Hi,
I had 2 table, one contact student detail and another contain enrollment
tbl students contain
Student ID
Name
Address
Tbl enrollment
Student ID Subject
001 Maths
001 Science
002 English
002 Science
On my Query
I know how to do the linkup but is the way i want it to display like this in datasheet view? the main thing is the subject to display. need any code?
Student ID | Name | Subject(1) | Subject(2)
normal it will display like
Student ID | Name | Subject
I had 2 table, one contact student detail and another contain enrollment
tbl students contain
Student ID
Name
Address
Tbl enrollment
Student ID Subject
001 Maths
001 Science
002 English
002 Science
On my Query
I know how to do the linkup but is the way i want it to display like this in datasheet view? the main thing is the subject to display. need any code?
Student ID | Name | Subject(1) | Subject(2)
normal it will display like
Student ID | Name | Subject