How can I possibly get the value from a newly inserted record in access db where the datafield type is autoincrement? I don't think querying for the newly inserted data is the best solution. or is it? -My application is written in VB using Access as the database.
Return the value of a auto incrementing field from Addnew rec
Collapse
X
-
Originally posted by acortezHow can I possibly get the value from a newly inserted record in access db where the datafield type is autoincrement? I don't think querying for the newly inserted data is the best solution. or is it? -My application is written in VB using Access as the database.
Comment