Hi.
I am trying to build a form in VS Express (VB.net). The one table form is not a problem, but when i try to build form with two tables which are in 1:N relationship, I just can't find the solution.
For example:
Table1:
player_id
name
lastname
.
.
.
club_id
Table2:
player_id
club_id
date_from
date_to
I checked the net, but frankly I couldn't figure out the right key words.
Any hint will help!
thx.
M
I am trying to build a form in VS Express (VB.net). The one table form is not a problem, but when i try to build form with two tables which are in 1:N relationship, I just can't find the solution.
For example:
Table1:
player_id
name
lastname
.
.
.
club_id
Table2:
player_id
club_id
date_from
date_to
I checked the net, but frankly I couldn't figure out the right key words.
Any hint will help!
thx.
M