Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Binding Foreign Keys of Tables having Relationships.

Status
Not open for further replies.

salimwng

IS-IT--Management
Mar 11, 2002
134
MU
Hello,

I need your help guys.

I have a Database ( MS Access 2000 ) in which there's 3 Tables(E1_Customer, E2_Supplier and E3_Product). Two Attributes in E1_Customer table are the foreign keys of Table E2_Supplier (Supplier_ID) and E3_Product (Product_ID).

In my VB Form, ( called Modify_Information.vb ), it needs to read all the data from E1_Customer table. I have been able to bind some of the data to read from Table E1_Customer but the rest of the textboxes are blank and these are the foreign keys (Supplier_ID and Product_ID).

Can anybody help me what should i put in my codes to have the data of the foreign keys appear in my form during the modification stage? I am using the runtime coding system instead of the Server Explorer.

If anything unclear, please let me know.

Many thanks.

Salim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top