I have a database that has one table with Vendor Information and the other with Account Number information. When I create a query it only returns half the information (either the Vendor information or the account number information but not both). All the headers from both table will show but one of the tables headers will have no data in the fields.
This is the data that is included in each table:
Vendor Info Table consists of:
Vendor Name
Vendor Phone Number
Vendor Account Number
Invoice Date
Input Date
Amount
Account Number Table consists of:
Vendor Name
Vendor Phone Number
Project
Task
Provider
Resource
Activity
GL #
The primary key for both is the Vendor Name and Vendor Phone Number (the Vendor Info has a 3rd primary key...invoice date). I have set the relationship up as Many records in Vendor Info to one record in Account number.
Please help. How do I get all the information on one query instead of blank fields?
Thanks!
This is the data that is included in each table:
Vendor Info Table consists of:
Vendor Name
Vendor Phone Number
Vendor Account Number
Invoice Date
Input Date
Amount
Account Number Table consists of:
Vendor Name
Vendor Phone Number
Project
Task
Provider
Resource
Activity
GL #
The primary key for both is the Vendor Name and Vendor Phone Number (the Vendor Info has a 3rd primary key...invoice date). I have set the relationship up as Many records in Vendor Info to one record in Account number.
Please help. How do I get all the information on one query instead of blank fields?
Thanks!