Frances has attended:
Access Introduction course
Access Intermediate course
MS Access - event procedure & format of .... Now()
Hi there,
I've used a 'Me.MODIFIED=Now()' event procedure (and =Now() at the text box level) but I want the format of the date output to be yyyy-mm-dd... can you tell me how I can achieve this...?
I've tried input mas !0000\-00\-00;0;" " at the text box level and this does not work.
thanks
Frances
RE: MS Access - event procedure & format of .... Now()
Hello Frances,
I have had a try at your problem, and feel that if you create a field for the date rather than a text box for your =now() event, in the default value option enter your =now() and then change the format value to yyyy mm dd. You should find that that works. Hope this sorts your problem.