|
-
November 6th, 2000, 11:52 AM
#1
Edit recordset
Hi there:
I extract a recorset that has 10 records and 5 fields
I can edit all the records in the recordset at once using a Grid.
I modify them by editing the contents of the grid cells.
Which is the best way of modifying the data in the underlying table?
Should I use rs.edit .......... rs.update to modify all the records in the
recordset? Are there any other methods? I´m using DAO 3.6.
Thanks
-
November 6th, 2000, 12:01 PM
#2
Re: Edit recordset
If this grid is bound to a data control, the changes are already saved in the tables as soon as the user moves off the edited row.
john
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
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
|