Hi, hope someone can help.
I have two tables.
Table1 and Table2
Table1 has three fields.
Id, book, initials
Table2 has two fields.
Id, initials
Table1 is linked to Table2 on the ID to ID
I need to have all of Table2's initial data combined into Table1's initials field. The inputs are made into Table2. Table1's books are assigned values. Table 1 shows which students have read which books.
I need the the form for Table1 to display in the following manner.
For example:
Table1
ID book initials
1 123 MR, BC, UK
2 234 BC, HC, TY
3 222 GH, MR
Table2
ID initials
1 MR
1 BC
1 UK
2 BC
2 HC
2 TY
3 GH
3 MR
Thanks for any help.
I have two tables.
Table1 and Table2
Table1 has three fields.
Id, book, initials
Table2 has two fields.
Id, initials
Table1 is linked to Table2 on the ID to ID
I need to have all of Table2's initial data combined into Table1's initials field. The inputs are made into Table2. Table1's books are assigned values. Table 1 shows which students have read which books.
I need the the form for Table1 to display in the following manner.
For example:
Table1
ID book initials
1 123 MR, BC, UK
2 234 BC, HC, TY
3 222 GH, MR
Table2
ID initials
1 MR
1 BC
1 UK
2 BC
2 HC
2 TY
3 GH
3 MR
Thanks for any help.