I have a form that has the following in the LostFocus event for a date field:
If IsNull(Me![Date Received]) Then Me![Date Received] = Format(Now(), "mm/dd/yy") End If
This worked fine for a long while to fill in the current date if the user didn’t enter one of their own.
The problem: the date stopped showing in the field although it is really there. If I Tab past the field, then Back Tab onto the field, I can see that the date is in focus, although I can’t see it. If I press F2 it becomes visible.
This is probably something really stupid, but I’ve looked at everything and still can’t figure this one out. Any tips would be appreciated.
Thanks,
Randy
GHH3RD