PDA

Click to See Complete Forum and Search --> : Multiple Forms


RwsRichard
Jan 11th, 2000, 08:06 AM
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.

MartinLiss
Jan 11th, 2000, 08:15 AM
Try setting the DataSource property databound controls on Form2 to Form1.Data1 (or whatever you have named it).

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