G
Guest
I am using access 97- trying to set up a form with default MM/YYYY format-
can't seem to use properties to use formats or input masks to accomplish
this. I have the following formula in the Control Source:
=Month(Now()) & "/" & Year(Now())
I would like the form field to display 10/2004 automatically. However, I
would like the user to have the ability to change the date if needed.
Thanks,
Nick
can't seem to use properties to use formats or input masks to accomplish
this. I have the following formula in the Control Source:
=Month(Now()) & "/" & Year(Now())
I would like the form field to display 10/2004 automatically. However, I
would like the user to have the ability to change the date if needed.
Thanks,
Nick