LevelThought
MIS
I am using a Access query to extract records from an external Oracle database. One of the criteria that I would like to use to selectively extract data is a "Date_Updated" field within the Oracle table.
The Date_Updated field in the Oracle table have a date and time component. Using "Format(Date_Updated),"m/d/yy")" within Access QBE along the "Field" row enables the display of the date without the time component.
However, I am not able to selectively display records that have been updated today or for any particular date (say July 15, 2005). Therefore, I receive all records within the Oracle database. For example, if I enter "Date()" along the criteria row, I do not receive the Oracle records that have been updated today.
What should the "where" portion of my Access query look like if I want to display only the Oracle records that were updated today?
The Date_Updated field in the Oracle table have a date and time component. Using "Format(Date_Updated),"m/d/yy")" within Access QBE along the "Field" row enables the display of the date without the time component.
However, I am not able to selectively display records that have been updated today or for any particular date (say July 15, 2005). Therefore, I receive all records within the Oracle database. For example, if I enter "Date()" along the criteria row, I do not receive the Oracle records that have been updated today.
What should the "where" portion of my Access query look like if I want to display only the Oracle records that were updated today?