S
Sue
Access 97
My form has to capture a custom date format.
I've tried the following code but it doesn't seem to work:
Private Sub txtDate1_AfterUpdate()
txtDate1 = format("mmmm dd, yyyy")
end sub
Any ideas?
Thank you very much
My form has to capture a custom date format.
I've tried the following code but it doesn't seem to work:
Private Sub txtDate1_AfterUpdate()
txtDate1 = format("mmmm dd, yyyy")
end sub
Any ideas?
Thank you very much