Results 1 to 2 of 2

Thread: disconnected recordset

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2004
    Posts
    137

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

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    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
  •  



Click Here to Expand Forum to Full Width