Please forgive my ignorance, but my knowledge of SQL and VBA is very limited.
I have a table with a field entitled LAST MODIFIED.
The table is comprised of both a date and a time value.
I frequently import new data into this table, with changes to the individual records, which is reflected in the LAST MODIFIED field.
My question is this....How do I query this table to return the record with the most current date and/or time in the LAST MODIFIED field?
Here is an example of one of the entries...
02/01/2006 12:42:25 AM
Thank you.
I have a table with a field entitled LAST MODIFIED.
The table is comprised of both a date and a time value.
I frequently import new data into this table, with changes to the individual records, which is reflected in the LAST MODIFIED field.
My question is this....How do I query this table to return the record with the most current date and/or time in the LAST MODIFIED field?
Here is an example of one of the entries...
02/01/2006 12:42:25 AM
Thank you.