MinglePingle
New member
- Local time
- Today, 05:35
- Joined
- Sep 24, 2019
- Messages
- 6
Hi-ya Folks!
The Enterprise is broken up by Geographic Regions (30+ unique regions IDs) and each building has its own unique number within that Geographic region.
Issue: certain vendors service only some of the buildings within a region.
Solution: Create query to identify only the vendor contact information for that building within that region and display Building Address that those vendors service.
Region ID = # Value
Building ID = # Value
Vendor ID = # Value
I created 3 tables in excel and uploaded them to Access with the following unique IDs:
Table: Building Addresses = Region ID_Building ID
Table: Vendor Contacts = Region ID_Building ID_Vendor ID
Table: Vendor Invoices = Region ID_Building ID_Vendor ID
I used the query wizard to join the following:
Building Addresses-->Vendor Invoices via Region ID_Building ID
Vendor Invoices-->Vendor Contacts via Region ID_Building ID_Vendor ID
Once establishing the above relationships, I have the fields chosen to return the Vendor contact information and the Building Address (fields already created via the excel tables I uploaded). However, when I enter the criteria (Region ID and Building ID [both are separate fields that I created an additional column joining them both via excel]) nothing is returned.
Can anyone please explain what I'm missing?
The Enterprise is broken up by Geographic Regions (30+ unique regions IDs) and each building has its own unique number within that Geographic region.
Issue: certain vendors service only some of the buildings within a region.
Solution: Create query to identify only the vendor contact information for that building within that region and display Building Address that those vendors service.
Region ID = # Value
Building ID = # Value
Vendor ID = # Value
I created 3 tables in excel and uploaded them to Access with the following unique IDs:
Table: Building Addresses = Region ID_Building ID
Table: Vendor Contacts = Region ID_Building ID_Vendor ID
Table: Vendor Invoices = Region ID_Building ID_Vendor ID
I used the query wizard to join the following:
Building Addresses-->Vendor Invoices via Region ID_Building ID
Vendor Invoices-->Vendor Contacts via Region ID_Building ID_Vendor ID
Once establishing the above relationships, I have the fields chosen to return the Vendor contact information and the Building Address (fields already created via the excel tables I uploaded). However, when I enter the criteria (Region ID and Building ID [both are separate fields that I created an additional column joining them both via excel]) nothing is returned.
Can anyone please explain what I'm missing?