Hi all,
I am using access as a front end for mysql.
I have a field type called id, set to (auto_increment)
When I insert a record in there it will push the count up by one.
If I run a insert query, afterward is there any way to pull the id of the record I just inserted?
I am using access as a front end for mysql.
I have a field type called id, set to (auto_increment)
When I insert a record in there it will push the count up by one.
If I run a insert query, afterward is there any way to pull the id of the record I just inserted?