Hi!
I have problems with editing my VBA code. It is connected with some kind of
automatic-correction mechanism in Access which I cannot find. I turned off
Automatic Syntax Check in Options menu and it still is the same. The problem
is that when I try for example to write
Edit1.Value = Date()
Access changes it to Edit1.Value = Date
and there is nothing I can do about this. I've found some information that
it sometimes is connected to open form in access.. The funny thing is that
after I close the form and enter date() it changes to date and the form is
opened in Access!
HELP! I have been trying to enter date() for 30 minutes :)
Chris