I have two tables that must not change. Table 1 has 41 discrepancies codes, Table two has 1230 compartment names. So, how can I build a query so that I can build a report that contains each compartment listing all 41 discrepancies
under it.
List all 1230 compartments each one listing 41 discrepancies
example:
Port side store room
discrepance 1
" "
" "
discrepance 41
Here's what I have so far.
Table 1:
tbl_Compartment Listing:
field: (pri key) ID_compartment
field: Dept
field: Division
field: Compartment Noun name
Table 2:
tbl_Discrepancy Listing
field: (for key) ID_compartment
field: checkboxes
field: Barcode text (this field contains 41 discrepancies)
under it.
List all 1230 compartments each one listing 41 discrepancies
example:
Port side store room
discrepance 1
" "
" "
discrepance 41
Here's what I have so far.
Table 1:
tbl_Compartment Listing:
field: (pri key) ID_compartment
field: Dept
field: Division
field: Compartment Noun name
Table 2:
tbl_Discrepancy Listing
field: (for key) ID_compartment
field: checkboxes
field: Barcode text (this field contains 41 discrepancies)