Hi all, A seemingly simple problem, but I cant for the life of me figure it out. I have 3 tables:
and so creating a many-many relationship between 1 and 3. Now the question is... how do i create a form that looks something like:
and:
or something similar to facilitate easy viewing of this relationship?
Code:
1. tbl1
- tbl1ID
- descr1
- descr11
2. tbl2
- tbl1ID
- tbl3ID
3. tbl3
- tbl3ID
- descr3
and so creating a many-many relationship between 1 and 3. Now the question is... how do i create a form that looks something like:
Code:
[combo box (ID1 or 3) | relevant descr \/ ] [ linking attribute ] [ linking attribute ID ] (in textboxes)
Code:
[combo box (ID1 or 3) | descr \/ ]
[table showing all the links to ID1/3 chosen above]
or something similar to facilitate easy viewing of this relationship?
Last edited: