|
-
Oct 1st, 1999, 01:16 AM
#1
Thread Starter
New Member
How can I update, add and delete records of a Data object whos recordset is retrieved by an SQL statement? Do I have to first make the record source point to an existing table, then add the record, and finally re-issue the SQL statement?
-
Oct 1st, 1999, 02:50 AM
#2
Frenzied Member
Using DAO, you have a couple of ways of doing this. You can code everything in SQL and pass it thru a recordset/execute or you can use the DAO methods.
For updates, I genereally use a recordset to retrieve the data and "executes" to update. I mostly use "execute" for delete and "recordset" for inserts.
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
|