M miacino Registered User. Local time Yesterday, 20:50 Joined Jun 5, 2007 Messages 106 Nov 9, 2018 #1 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:
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:
D Dreamweaver Well-known member Local time Today, 04:50 Joined Nov 28, 2005 Messages 2,467 Nov 9, 2018 #2 Thats because there is no table linked to the form and the field is unbound
theDBguy I’m here to help Staff member Local time Yesterday, 20:50 Joined Oct 29, 2018 Messages 22,570 Nov 9, 2018 #3 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 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...
M miacino Registered User. Local time Yesterday, 20:50 Joined Jun 5, 2007 Messages 106 Nov 9, 2018 #4 Thank you both.
theDBguy I’m here to help Staff member Local time Yesterday, 20:50 Joined Oct 29, 2018 Messages 22,570 Nov 9, 2018 #5 Hi, You’re welcome. Glad we could assist. Good luck with your project.