Creating Data Relationships between Tables

bizjosh

Member
Joined
Mar 16, 2005
Messages
23
Programming Experience
Beginner
i have 2 tables tblCustomers and tblTransactions, how do i code a
data relationship between them. have created a dataset and data adapter.
say their common field is 'ID'. how do ensure also when the data
is updated, it is updated into the proper tables.
 
Back
Top