Hi,
I have an update query whereby if it matches criteria it updates a date using dateadd which looks like the following:
DateAdd("m",1,[ReportDate])
Now for some reason it updates it to 01/07/2013 (ReportDate was set as 01/12/2011) - I have no idea why because the criteria for the update query is using the exact command and comparing it to <Date() and that seems to work fine as it's obviously updating. Anyone have any ideas? I have attached an image for clarification.
Many thanks
I have an update query whereby if it matches criteria it updates a date using dateadd which looks like the following:
DateAdd("m",1,[ReportDate])
Now for some reason it updates it to 01/07/2013 (ReportDate was set as 01/12/2011) - I have no idea why because the criteria for the update query is using the exact command and comparing it to <Date() and that seems to work fine as it's obviously updating. Anyone have any ideas? I have attached an image for clarification.
Many thanks