S
Steel Banana
Hi all! I’m new to this forum, and naturally I’m somewhat new to Access 2003.
I think my problem has an embarrassingly simple Access solution (no VBA), but
I can’t figure it out!
Each assembly (the field is called AssyNum) has a location (ShortLocation)
and many components (BOMComponent). Each component also has a location.
Currently, some components are not stored in the same location as the
assembly it goes into. I need to find which components do not share the same
location as the assembly.
Example Data:
RecordID AssyNum BOMComponent Location
1 03-34152 02-00092 5 09
2 03-34152 08-22201-WJ 5 09
3 03-34152 03-34152-TP 5 12
4 03-99659 03-99659-WJ 5 04
5 03-99659 15-66935-000-TP 5 04
6 G5-5698 G5-5698-TP 5 09
7 A17-55555-000 A17-55555-000 5 09
8 A17-55555-000 2022-0335 5 12
9 A17-55555-000 A17-55325-WJ 5 03
10 A17-55555-000 08-0001 5 09
The records I would like to collect (report, query…whatever) are 1,2,3 &
7,8,9,10
I hope that’s clear enough? Thanks for any suggestions!
I think my problem has an embarrassingly simple Access solution (no VBA), but
I can’t figure it out!
Each assembly (the field is called AssyNum) has a location (ShortLocation)
and many components (BOMComponent). Each component also has a location.
Currently, some components are not stored in the same location as the
assembly it goes into. I need to find which components do not share the same
location as the assembly.
Example Data:
RecordID AssyNum BOMComponent Location
1 03-34152 02-00092 5 09
2 03-34152 08-22201-WJ 5 09
3 03-34152 03-34152-TP 5 12
4 03-99659 03-99659-WJ 5 04
5 03-99659 15-66935-000-TP 5 04
6 G5-5698 G5-5698-TP 5 09
7 A17-55555-000 A17-55555-000 5 09
8 A17-55555-000 2022-0335 5 12
9 A17-55555-000 A17-55325-WJ 5 03
10 A17-55555-000 08-0001 5 09
The records I would like to collect (report, query…whatever) are 1,2,3 &
7,8,9,10
I hope that’s clear enough? Thanks for any suggestions!