|
-
Jan 11th, 2000, 09:06 AM
#1
Thread Starter
New Member
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.
-
Jan 11th, 2000, 09:15 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|