-
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!!!!!!!!!!!!!!!
-
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