TRANSFERRING DATA BETWEEN FORMS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working with a student database and trying to build a VB application. My question is...I used the ADO object to access my data from the databse; how can I "automatically" fill in data to other forms without entering it all over manually. Also (and this might be related), what do I have to do to make the data from the main form (screen) coordinate with any form that I may open?
Thanks in advance for any help
Del Dobbs
 
I am working with a student database and trying to build a VB application. My question is...I used the ADO object to access my data from the databse; how can I "automatically" fill in data to other forms without entering it all over manually. Also (and this might be related), what do I have to do to make the data from the main form (screen) coordinate with any form that I may open??
Thanks in advance for any help.
Del Dobbs

Remember... Your forms DON'T contain any data, any more than the
window of my office "contains" the Owyhee Mountains, the Snake River
and the Treasure Valley.

The data resides in tables, and only in tables. Any number of forms
can use a given table as thier Recordsource.
 
Back
Top