G
Guest
I have a table describing files, and 2 other table showing which types of
pictures and which types of artifacts are in it. So Table 1 contains:
File ID; Name
1 ;Cardiff
2 ;Gloucester
3 ;Bristol
Table 2 contains
File ID; Pic Type
1 ; Buildings
1 ; Parks
2 ; Parks, etc
Table 3 contains
File ID; Art Type
1 ; Coin
1 ; Pottery
2 ; Coin, etc
How do I get my report to group like this:
File ID: 1 Name: Cardiff
Pictures: Buildings
Parks
Artifacts: Coin
Pottery
File ID: 2 Name: Gloucester
Pictures: Parks
Artifacts: Coin etc.
Many thanks! (back on 9th August)
pictures and which types of artifacts are in it. So Table 1 contains:
File ID; Name
1 ;Cardiff
2 ;Gloucester
3 ;Bristol
Table 2 contains
File ID; Pic Type
1 ; Buildings
1 ; Parks
2 ; Parks, etc
Table 3 contains
File ID; Art Type
1 ; Coin
1 ; Pottery
2 ; Coin, etc
How do I get my report to group like this:
File ID: 1 Name: Cardiff
Pictures: Buildings
Parks
Artifacts: Coin
Pottery
File ID: 2 Name: Gloucester
Pictures: Parks
Artifacts: Coin etc.
Many thanks! (back on 9th August)