Newbie to VB.net

tready

New member
Joined
Dec 2, 2005
Messages
4
Programming Experience
1-3
I'm currently using the Visual Basic 2005 Express application to test out some things. I seem to be having trouble figuring out how to link a datagrid based off one table to link back to a form based off a different table.

Tables:
Employees
Train

Form:
txtfield: EMP_NUM - EMPLOYEE TABLE
datagrid: EMP_NUM - TRAIN TABLE

I created a relationship between the tables but when the form loads it show every record in the train table. I'm sure this is really simple, but I'm just not use to the language yet. Thnx for any help in advance.
 
Back
Top