Problem

Humanski

Registered User.
Local time
Today, 17:43
Joined
Aug 26, 2002
Messages
13
Does anybody know what this could mean I am working with another persons database and trying to see how it works do not undersatnd the following

DateAdd("m",-3,Date())

Is this adding a date it in the update column in the query
 
It is taking three months away from todays date. therefore if you passed it 26/09/2002 it would return 26/06/2002. Lookup DateAdd in Access help for a complete breakdown.
 

Users who are viewing this thread

Back
Top Bottom