Microsoft
Software
Hardware
Network
Question : How change background color of a text box based on date criteria
I have a form and on the form I have a text box. I want the background color of this text box to be red if the current date is later than a date in a separate text box. And also I want the background color of the text box to be green if today's date is equal to the date in the separate text box.
Can this be done?
Answer : How change background color of a text box based on date criteria
then add another condition
expression is [otherbox] is null
select the color black
Random Solutions
VBA User defined types
Corupt Registry on 2000 adv server
Reset autonumbering in a table automatically
Outlook 2007 keeps asking for credentials for remote connection to server
Access VBA ODBC Connection
Null sum in query
Adding controls to Panel
Outlook 2007 / Win 7 Send/Receive Error - Object not found
Need to Open OLE Embedded object in Access via VBA
SetFocus after validate textbox, not working