T
tryit
Suppose I have a table, as follows:
ID Record
1 item1
2 item2
3 item3
4 item4
5 item5
6 item6
7 item7
..
..
..
And I want to create a "see also" field so that record ID 7 contains a
see also list referring to records 1, 3, and 5.
How would I set this up? I know how I would do this if the list were
of items in another table. I would set up a junction table and do it
with a subform. However I'm not sure how I would associate items in
the same table.
TI
ID Record
1 item1
2 item2
3 item3
4 item4
5 item5
6 item6
7 item7
..
..
..
And I want to create a "see also" field so that record ID 7 contains a
see also list referring to records 1, 3, and 5.
How would I set this up? I know how I would do this if the list were
of items in another table. I would set up a junction table and do it
with a subform. However I'm not sure how I would associate items in
the same table.
TI