C
ChrisBat
...and no, I'm not referring to the communication style I have with my
wife!
I'm trying to build a relationship between three tables. The first has
Billing Fields 1 - 10; a billing code can show up under any one of the
10 fields, and may show up multiple times. As well, a billing code may
or may not appear under a grouping title.
My problem is that I'm trying to establish a link between the Billing
Codes and the Billing Fields, and the Billing Groups with the Billing
Codes.
For example:
Table 1
Record 1: 889123 887123 886456 889001
Record 2: 887124 889123 889124
Record 3: 889003
Table 2
889123 | Replace Car muffler
889124 | Replace Windshield
887123 | Touch up scratch on paint
887124 | Repaint portion of car
887125 | Repaint entire car
886456 | Repair transmission
886457 | Repair engine block
889001 | Clean upholstery
889002 | Clean carpets
889003 | Clean windows
Table 3
889___ | Replace car part
887___ | Paint job on car
886___ | Engine repair (partial or complete)
88900_ | Clean interior and/or exterior of car
What I'm looking to do is build a relationship that will enable me to
translate the numbered billing codes to the Billing Description or to
the Group name. The problem I'm having is that when I try and link
Table 2 multiple times to Table 1, I get a message saying "A
relationship already exists. Do you want to edit the existing
relationship. To create a new relationship, click No."
I click No, and I continue on with my relationship building. When I
try and run a query or report based on these relationships, I get a
blank report or query - I think it's because Access is looking for
records that match ALL TEN criteria, not ANY or ALL of the criteria.
Any suggestions? I appreciate any and all advice.
Thanks,
Chris
wife!

I'm trying to build a relationship between three tables. The first has
Billing Fields 1 - 10; a billing code can show up under any one of the
10 fields, and may show up multiple times. As well, a billing code may
or may not appear under a grouping title.
My problem is that I'm trying to establish a link between the Billing
Codes and the Billing Fields, and the Billing Groups with the Billing
Codes.
For example:
Table 1
Record 1: 889123 887123 886456 889001
Record 2: 887124 889123 889124
Record 3: 889003
Table 2
889123 | Replace Car muffler
889124 | Replace Windshield
887123 | Touch up scratch on paint
887124 | Repaint portion of car
887125 | Repaint entire car
886456 | Repair transmission
886457 | Repair engine block
889001 | Clean upholstery
889002 | Clean carpets
889003 | Clean windows
Table 3
889___ | Replace car part
887___ | Paint job on car
886___ | Engine repair (partial or complete)
88900_ | Clean interior and/or exterior of car
What I'm looking to do is build a relationship that will enable me to
translate the numbered billing codes to the Billing Description or to
the Group name. The problem I'm having is that when I try and link
Table 2 multiple times to Table 1, I get a message saying "A
relationship already exists. Do you want to edit the existing
relationship. To create a new relationship, click No."
I click No, and I continue on with my relationship building. When I
try and run a query or report based on these relationships, I get a
blank report or query - I think it's because Access is looking for
records that match ALL TEN criteria, not ANY or ALL of the criteria.
Any suggestions? I appreciate any and all advice.
Thanks,
Chris