Help! 
I have a very simple query which works in all of my other databases except one, where on the click of a button it updates a field with the date.
However for some reason this one databse is unable to understand the commend Date, it's like it can not read from the system, however the code "Now" works, but that's too much information I only want the date.
Code: Me.LetterSent = Date
I have tried Date() just incase but the bracket just get removed.
Is there some setting that I have disabled on my database so it does not recognise the command date?

I have a very simple query which works in all of my other databases except one, where on the click of a button it updates a field with the date.
However for some reason this one databse is unable to understand the commend Date, it's like it can not read from the system, however the code "Now" works, but that's too much information I only want the date.
Code: Me.LetterSent = Date
I have tried Date() just incase but the bracket just get removed.
Is there some setting that I have disabled on my database so it does not recognise the command date?