Frankie_The_Flyer
Registered User.
- Local time
- Tomorrow, 10:23
- Joined
- Aug 16, 2013
- Messages
- 39
Hi Accessers!
I have a database that is used (partially) to enter appointments during a day. In the appointment column I've entered the date and time as dd-mmm-yyy-hh-nn-ss.
I'm now trying to search for appointments entered on a specific day through a user input ([Enter Date] in the query criteria)
Problem is, this only returns records where the time hasn't been entered and the time shows as 00:00:00.
I've tried CDate which gives me add/mmm/yyy return. if I try to search against that I get nil returns though. As a test I put DATE() in the criteria but it then says that it's an invalid foremat.
I've also tried various machinations of "Like" and "Between" without success. (I want the user to only have to enter one date)
I've searched the Internet but can't seem to find anything that answers this problem.
Any help please??
I have a database that is used (partially) to enter appointments during a day. In the appointment column I've entered the date and time as dd-mmm-yyy-hh-nn-ss.
I'm now trying to search for appointments entered on a specific day through a user input ([Enter Date] in the query criteria)
Problem is, this only returns records where the time hasn't been entered and the time shows as 00:00:00.
I've tried CDate which gives me add/mmm/yyy return. if I try to search against that I get nil returns though. As a test I put DATE() in the criteria but it then says that it's an invalid foremat.
I've also tried various machinations of "Like" and "Between" without success. (I want the user to only have to enter one date)
I've searched the Internet but can't seem to find anything that answers this problem.
Any help please??