T
T
Hi,
I'm using the Calendar Control in an C# SWF application.
I have a field in an Access Table which is of the Date/Time type.
In access the dates are stored with a time index aswell, but I don't need to
care about those.
So lets say I have this in the table
11-02-2003 11:36:21
02-05-2003 12:45:01
And I select 02-05-2003 in the Calendar control
I want to select all fields from that table in access where the data is
02-05-2003 without
looking at the timeindex. At the moment I never get any fields as it always
looks at the timeindex aswell.
What select query should I use to ignore the time and only compare dates ?
SELECT * FROM PERIOD WHERE STARTDATE = .........
Thnx
I'm using the Calendar Control in an C# SWF application.
I have a field in an Access Table which is of the Date/Time type.
In access the dates are stored with a time index aswell, but I don't need to
care about those.
So lets say I have this in the table
11-02-2003 11:36:21
02-05-2003 12:45:01
And I select 02-05-2003 in the Calendar control
I want to select all fields from that table in access where the data is
02-05-2003 without
looking at the timeindex. At the moment I never get any fields as it always
looks at the timeindex aswell.
What select query should I use to ignore the time and only compare dates ?
SELECT * FROM PERIOD WHERE STARTDATE = .........
Thnx