I want to use the following SQL to find the maximum id in a table. This works fine, but how do I reference the resultset in my code? I want to be able to use max(uid) in other statements, but I don't know how to get to it...
CurrentProject.Connection.Execute "Select max(uid) from [Donor]"
Thanks for your help.........
CurrentProject.Connection.Execute "Select max(uid) from [Donor]"
Thanks for your help.........