xqv
Mechanical
- Aug 11, 2010
- 11
I am building an Access database to automate the printing of COA's. I have one table (table 1) of the test data 50+ tests, and one table (table 2) of what specific tests specific customers require. I need to build a query that will show me the only the test results for the tests required by a specific customer. So I need the tests specified in a query of table 2 to become the field names in a query of table 1. Does any one have and example of how something like this can be done? I am fairly new to writing code, so I may need a bit more explanation of the code.