I have a database in access that I am trying to pull in and add 1 hour to a specific column [datetime field]. here is what i have so far...
Data1.RecordSou rce = "Select * from [table] where[column]+ #01:00:00 AM#"
Data1.Refresh
error says "date + date not allowed"
any ideas...?
thanks
Data1.RecordSou rce = "Select * from [table] where[column]+ #01:00:00 AM#"
Data1.Refresh
error says "date + date not allowed"
any ideas...?
thanks
Comment