tav
11-28-2001, 08:57 PM
I want to run a query that will show me the last record added or modified ....is there a fuction that will do this .....TIA
|
View Full Version : query tav 11-28-2001, 08:57 PM I want to run a query that will show me the last record added or modified ....is there a fuction that will do this .....TIA Pat Hartman 11-29-2001, 03:31 PM If you have a LastUpdateDt field in the table, you can use the Max() function to find the most recently adde/modified row. If your application does not maintain such a field in the table, you're out of luck. |