I have a Hotel database,
Table [Room]:
RoomID: Text,
Room_Checkin: Date/time,
Room_checkout: Date/time.
Example, I want to select rows which have room_checkout field > 4/10/2012'...
In SQL Server, I type these codes and it's successful...
What do I do now...
... Please help me 
Table [Room]:
RoomID: Text,
Room_Checkin: Date/time,
Room_checkout: Date/time.
Example, I want to select rows which have room_checkout field > 4/10/2012'...
In SQL Server, I type these codes and it's successful...
But in Access, with these codes , it doesn't execute exactly.... It don't compare with anything...SELECT * FROM ROOM WHERE ROOM_CHECKOUT > '04/10/2012
What do I do now...


Last edited: