Results 1 to 2 of 2

Thread: Multiple Forms

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Cedar Park, TX, USA
    Posts
    1

    Post

    I have a VB6 project that I am working on. I have two forms. They are not MDI forms. One form provides information from an Access database. The second screen also provides information from the same database.

    If I am on form1 viewing record #23, and decide to go to the form2, how do I pass the information to the form2 that I want to continue displaying information from record #23?

    Any help would be appreciated.

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Try setting the DataSource property databound controls on Form2 to Form1.Data1 (or whatever you have named it).

    ------------------
    Marty

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