- Oct 9, 1999
- 1,316
- 0
- 0
I'm having a total brain fart and need help. Here's what I have and what I'm trying to do. Say I have 2 tables with the following:
Parts Table has following fields:
Part number - primary key
Qty
Used on 1 - a combo box pull down based on Product 1
Used on 2 - a combo box pull down based on Product 2
Customer Table has the following fields:
Name - primary key
Product 1
Product 2
Now, there are many different part numbers, and each part number can be used on Product 1 and/or Product 2. What I want to do is print a list by Part number, showing what product(s) that part number is used on. I did a query and report, but when the report prints it does it by part number like i want but instead of showing the name of the product that was entered under the Product 1(or 2) or Used on 1(or 2) fields in displays the info that was in the Name field of the Customer Table. How in the name of sweet jesus do i get the damn product NAME, not the company name, to show up??? Any help/ideas mucho appreciated.
j
Parts Table has following fields:
Part number - primary key
Qty
Used on 1 - a combo box pull down based on Product 1
Used on 2 - a combo box pull down based on Product 2
Customer Table has the following fields:
Name - primary key
Product 1
Product 2
Now, there are many different part numbers, and each part number can be used on Product 1 and/or Product 2. What I want to do is print a list by Part number, showing what product(s) that part number is used on. I did a query and report, but when the report prints it does it by part number like i want but instead of showing the name of the product that was entered under the Product 1(or 2) or Used on 1(or 2) fields in displays the info that was in the Name field of the Customer Table. How in the name of sweet jesus do i get the damn product NAME, not the company name, to show up??? Any help/ideas mucho appreciated.
j