TRANSFERRING DATA BETWEEN FORMS

D

DALHART-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
 
J

John Vinson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top