Adding Data

asemnor

Member
Joined
Sep 26, 2005
Messages
8
Location
Accra, Ghana
Programming Experience
3-5
I am developing a database application and I have a problem with adding data to a table in one form and it being automatically viewed in another form without refreshing. For example if I have two forms Form1 and Form2. Form1 shows the Employee table and Form2 shows the client table. A client is assigned an employee. So when an employee is added in From1 it should automatically show in a combo box in Form2 for selection. Please Help.
Thank u.
 
that's nothing to do with the database; Both controls on each form will have to bind through the same bindingsource

Read the DW2 link in my signature. THeres a section in there about passing data between forms
 
Back
Top