problems with data control in visual basic

V

vidhya

hello
i hv this big problem. i hv a database whose data i want to access in a
visual basic project using data control operation. now some of the details
are in form1 of my project and other details are on form2 and so on. i hv
buttons in form1 by clicking which i can see this set of details in form 2 ,
form3 n so...
when i use a datacontrol object in form1 it is not reflected in form2 and
others .
now if i use diferentl datacontrols in different forms pointing to the same
database, they do not change simultaneously. as each time i click on the
button in form 1 to view form 2 it gets reloaded from the first values in the
database. so the person whose name is in form1 his details in form 2 do not
match. do we have some global concept in visual basic so that i can make one
global datacontrol which is accessible in all the forms.
thanking in advance
kind regards
 
M

Mike Glen

Hi vidhya ,

Try posting on the developer newsgroup. Please see FAQ Item: 24. Project
Newsgroups. FAQs, companion products and other useful Project information
can be seen at this web address: http://project.mvps.org/faqs.htm

Mike Glen
Project MVP
 

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