G
Guest
I have a query where I'm looking for new data added since a starting date the
user enters. The data in the table comes from a different program and the
format will not allow me to query off it easily.
The table that list the date as 6/8/2006 6:10:35 AM. In a query I have the
following to get this to 6/8/2006 Date: DatePart("m",[RXSTMADD]) & "/" &
DatePart("d",[RXSTMADD]) & "/" & DatePart("yyyy",[RXSTMADD])
In a 2nd query I pull in the 1st query and have a promt to ask for starting
date. I'm looking for all days greater than the starting date. The problem
is 6/2/2006 comes before 6/12/2006 when sorted.
Is it posible in the 1st query to get the date like 6/08/2006 or is there
another way to do this?
user enters. The data in the table comes from a different program and the
format will not allow me to query off it easily.
The table that list the date as 6/8/2006 6:10:35 AM. In a query I have the
following to get this to 6/8/2006 Date: DatePart("m",[RXSTMADD]) & "/" &
DatePart("d",[RXSTMADD]) & "/" & DatePart("yyyy",[RXSTMADD])
In a 2nd query I pull in the 1st query and have a promt to ask for starting
date. I'm looking for all days greater than the starting date. The problem
is 6/2/2006 comes before 6/12/2006 when sorted.
Is it posible in the 1st query to get the date like 6/08/2006 or is there
another way to do this?