Hi,
I have created a recordset based on an SQL statement:
sql = "SELECT * FROM tblusers"
rstbe.Open sql, cnnbe, adOpenKeyset, adLockOptimistic
Is it possible to get the value of the record with the highest id number (flduserid), based on this recordset, but without altering the SQL statement...