Unbound field in form

miacino

Registered User.
Local time
Yesterday, 20:50
Joined
Jun 5, 2007
Messages
106
I have created an unbound field in my form. It is to update to a date when a macro runs. It works great, but when I exit the form, the date disappears!
:banghead:
 
Thats because there is no table linked to the form and the field is unbound
 
Hi,

You have a few options including not closing the form, just hide it, or store the date into a variable, like a TempVar.

Just my 2 cents...
 
Hi,

You’re welcome. Glad we could assist. Good luck with your project.
 

Users who are viewing this thread

Back
Top Bottom