We are going nuts here attempting to figure out how to use our query to pull records (by date) from a table that contains dates in the following format: 2004-08-16-11.00.45.148210
We would like to, for instance, pull records for dates between 8/1/2004 and 8/11/2004 (hours/mins/secs are really not important to us). We cannot simply change the format of the table, as it is linked, and populated by another department automatically).
Simply put, we'd like for a user to be able to input between "8/1/2004" and "8/11/2004" and pull back results, without having to go through the ridiculous task of inputting "8/1/2004 11.00.45.148210" etc.
Can anyone help us?
We would like to, for instance, pull records for dates between 8/1/2004 and 8/11/2004 (hours/mins/secs are really not important to us). We cannot simply change the format of the table, as it is linked, and populated by another department automatically).
Simply put, we'd like for a user to be able to input between "8/1/2004" and "8/11/2004" and pull back results, without having to go through the ridiculous task of inputting "8/1/2004 11.00.45.148210" etc.
Can anyone help us?