J
Jonathan
Hi, using Access 2003. A dao.recordset has a property lastModified that
returns a bookmark indicating the most recently added or changed record. I
can't see an equivalent ado.recordset property.
The problem is that a sql record does not have an id until after the record
is inserted (in access once the first field is inserted an id is assigned). I
would like to insert a record and get the id for this new record. Depending
upon the sort, moveLast may not return the id for the new record.
Is there a property or method that I can use to return the id for the most
recently added or changed record?
Any idea or suggestion appreciated
Many thanks,
Jonathan
returns a bookmark indicating the most recently added or changed record. I
can't see an equivalent ado.recordset property.
The problem is that a sql record does not have an id until after the record
is inserted (in access once the first field is inserted an id is assigned). I
would like to insert a record and get the id for this new record. Depending
upon the sort, moveLast may not return the id for the new record.
Is there a property or method that I can use to return the id for the most
recently added or changed record?
Any idea or suggestion appreciated
Many thanks,
Jonathan