I have a field on a form that I have set the default value to enter the current month. The string I used to do this is:
=Format(Now(),"mmmm"
When I open the form, the month does not show up in the correct format. Instead, it displays -1
Any ideas on how to fix this?
Thanks,
Lis
=Format(Now(),"mmmm"
When I open the form, the month does not show up in the correct format. Instead, it displays -1
Any ideas on how to fix this?
Thanks,
Lis