HI,
I'm having a problem with the following query.
Here it is in my own words :
Table :
T_Test
id (Autonumber)
dtmStartDate (Datetime) format dd-mm
dtmEndDate (datetime) format dd-mm
intHours (number)
I want to query the T_Test table with a dd-mm value to get the right
intHours value where my dd-mm is between dtmStartDate and dtmEndDate.
Select intHours from T_Test where '25-05' between dtmStartDate and
dtmEndDate
Can someone help please?
Thanks
Alain
I'm having a problem with the following query.
Here it is in my own words :
Table :
T_Test
id (Autonumber)
dtmStartDate (Datetime) format dd-mm
dtmEndDate (datetime) format dd-mm
intHours (number)
I want to query the T_Test table with a dd-mm value to get the right
intHours value where my dd-mm is between dtmStartDate and dtmEndDate.
Select intHours from T_Test where '25-05' between dtmStartDate and
dtmEndDate
Can someone help please?
Thanks
Alain
Comment