Apr 8, 2006 #1 i2rjames Programmer Feb 22, 2006 2 IE Example of what's required. I want all records between the date 2006-01-01 time 10:30 to date 2006-04-06 time 17:15. The records have a date and a time field How do I structure an SQL statement to get the above? Thanks James
Example of what's required. I want all records between the date 2006-01-01 time 10:30 to date 2006-04-06 time 17:15. The records have a date and a time field How do I structure an SQL statement to get the above? Thanks James
Apr 8, 2006 1 #2 Nordlund Programmer Jul 17, 2001 458 SE Add the Date and the Time database field and compare them against the local tdatetime-value ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -"There is always another way to solve it, but I prefer my way. Upvote 0 Downvote
Add the Date and the Time database field and compare them against the local tdatetime-value ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -"There is always another way to solve it, but I prefer my way.
Apr 8, 2006 Thread starter #3 i2rjames Programmer Feb 22, 2006 2 IE Thanks Nordlund, That works fine, thanks for the fast response. Upvote 0 Downvote