Dec 3, 2008 #1 pjd218 Technical User Joined Apr 14, 2008 Messages 40 Location US I have an unbound text field that displays the day of the week once the date is selected/entered into the SalesDate field on my form. Until the date is entered, the field displays #Error. Any ideas on how to suppress this?
I have an unbound text field that displays the day of the week once the date is selected/entered into the SalesDate field on my form. Until the date is entered, the field displays #Error. Any ideas on how to suppress this?
Dec 3, 2008 #2 PPHChris Technical User Joined Dec 3, 2008 Messages 4 Location US Hi pjd218, Go to your Properties section of the object and put something in the 'Default Value' -> could be " " or just a *space. If that doesn't work, change it to a default Null Value Upvote 0 Downvote
Hi pjd218, Go to your Properties section of the object and put something in the 'Default Value' -> could be " " or just a *space. If that doesn't work, change it to a default Null Value
Dec 4, 2008 Thread starter #3 pjd218 Technical User Joined Apr 14, 2008 Messages 40 Location US PPHChris, Thanks for the reply. I defaulted the SalesDate to Now(). Making simple too difficult!!!! Upvote 0 Downvote