|
-
May 18th, 2000, 03:58 PM
#1
Thread Starter
Junior Member
I need to be able to insert a record into an Access2K table using ADO2.1 and be able to access the new record to retrieve the database ID
Something like: -
set rs = con.execute("INSERT INTO table (fldFieldName) VALUES (fieldvalue)")
dbID = rs!ID
This inserts the record OK but does not return a recordset.
Can anyone tell me what I'm doing wrong.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|