|
-
Jun 10th, 2004, 08:10 AM
#1
Thread Starter
Addicted Member
disconnected recordset
i have created a recordset on one form, where it gets updated by the user.....i know that to update this to the database i use BatchUpdate........HOWEVER i want to update the database on a different form.....
how do i call the updated recordset on a different form
PLEASE HELP!!!!!!!!!!!!!!!
-
Jun 10th, 2004, 08:12 PM
#2
This might help:
Create a Property on the form with the recordset. Give both Let and Get - equate them to a private member of type Recordset.
Any foreign object - ie.. another Form, can then manipulate the recordset via these Public Properties.
Dave
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
|