- Local time
- Today, 11:28
- Joined
- Oct 29, 2018
- Messages
- 22,555
Thanks again,
I think I have ruled out reference issues. Also the field [fromdate] is definitely defined in the underlying tsble.
What confuses me is that I have not changed the accdb at all from running on my old laptop with access 2013. I only transferred it to my new laptop with access 2016. If there was a spelling error, or a field not defined then it would not work on the 2013 either. This says it must be an access 2016 problem? But apart from the references and the regional settings, I dont know what else to check.
Hi,
Just to clarify a small point, there is a difference between the name of the field and the name of the control (textbox) on the form. I think when you use an expression in the Control Source, you might have to make sure you're referring to the name of the control. If the name of the field and the control are the same (fromdate), then try changing the name of the control and then adjust the =format() expression to use the name you selected for the control.