I have a button click event that takes information from controls and enters it into a table through an INSERT INTO SQL statement in VBA.
I was wondering if there is anything that I could add to this, or any other method to get the record number created for the record?
Can I just turn around and select SELECT against the table and use rs.last?
source share