A family of Microsoft relational database management systems designed for ease of use.
Finally got it to find the record with: rst.FindFirst "[WONo]='" & WOValue & "'"
Now I have a statement: Forms!ScheduleForm!SONo.BackColor = lngYellow
where lngYellow is dim as Long
and its value is lngYellow = RGB(255, 255, 0)
However, the field SONo is NOT showing up as yellow or any other color.
How do you set a datasheet field on a split form to have a BackColor in VBA??