hi
i need to search through a table to find the last entered record. the records are autonumbered under the "ID" so the last record entered should have the largert "ID" number.

i am using ado. is there a maximum function i could use???
ex: max(recordset.fields("ID")

or do i need to do something with an array?

Thanks!
jodilyn