Hi,
I have a database with a date field (mmddyyyy) and a time field (text format - 24 hour clock 1 to 2359), the time field is a bit strange because in 24 hour time if the time is 12:10 AM then it is 0010 in military time and this database stores it as 10, no padded zeroes. (I did not design the db).
I need to do crystal reports that search for a date time range such as from 4/7/2003 at 7 PM to 4/8/2003 at 3 AM. I have tried several techniques and keep hitting the wall where there are problems.
Anybody have any good ideas or solutions on how to do this type of a query with these two fields? Thanks in advance for the help.
I have a database with a date field (mmddyyyy) and a time field (text format - 24 hour clock 1 to 2359), the time field is a bit strange because in 24 hour time if the time is 12:10 AM then it is 0010 in military time and this database stores it as 10, no padded zeroes. (I did not design the db).
I need to do crystal reports that search for a date time range such as from 4/7/2003 at 7 PM to 4/8/2003 at 3 AM. I have tried several techniques and keep hitting the wall where there are problems.
Anybody have any good ideas or solutions on how to do this type of a query with these two fields? Thanks in advance for the help.