Good morning,
I have two txt boxes tied to a table in a form. txtSecMgrName and txtSecMgrDate. I would like to populate txtSecMgrDate with today's date when txtSecMgrName is filled in. I have tried inserting the following code into the "On Lost Focus". =IIf([txtSecMgrDate]=Not Null,[txtSecMgrDate]=Date()). Nothing happens. Can someone point me in the right direction.
Thanks for the help,
Keith
I have two txt boxes tied to a table in a form. txtSecMgrName and txtSecMgrDate. I would like to populate txtSecMgrDate with today's date when txtSecMgrName is filled in. I have tried inserting the following code into the "On Lost Focus". =IIf([txtSecMgrDate]=Not Null,[txtSecMgrDate]=Date()). Nothing happens. Can someone point me in the right direction.
Thanks for the help,
Keith