Hi there,
I have four columns: date1, time1, date2, time2. All are strings.
I want to concatenate date1 & time1. Then date2 & time2.
Then I want to do the following calculation and the answer to expressed as number of days:
datetime2 - datetime1.
Please note: I am using MS Access 2007 and the results are being grouped by a different variable. Ideally I want to complete this action as one complete statement in the SELECT statement of my query. This is very easy to do in Excel but I'm baffled by MS Access!
Any help would be hugely appreciated!!!
I have four columns: date1, time1, date2, time2. All are strings.
I want to concatenate date1 & time1. Then date2 & time2.
Then I want to do the following calculation and the answer to expressed as number of days:
datetime2 - datetime1.
Please note: I am using MS Access 2007 and the results are being grouped by a different variable. Ideally I want to complete this action as one complete statement in the SELECT statement of my query. This is very easy to do in Excel but I'm baffled by MS Access!
Any help would be hugely appreciated!!!