Hello,
I am using an Access database via dbExpress. In the table I have an auto number field.
Is there any way of finding out the value of the auto number field for the record I just saved using ApplyUpdates()?
With MySQL I could use LAST_INSERT_ID() function to get the auto increment value that was most recently generated during the current server session. Is there anything like this for Access?
Thankyou for your help.
Tim Dover
SNL Computing
I am using an Access database via dbExpress. In the table I have an auto number field.
Is there any way of finding out the value of the auto number field for the record I just saved using ApplyUpdates()?
With MySQL I could use LAST_INSERT_ID() function to get the auto increment value that was most recently generated during the current server session. Is there anything like this for Access?
Thankyou for your help.
Tim Dover
SNL Computing