I think Brian understands what my issue is, but seems to be at a loss like myself.
I hope this post can clarify things for you guys.
1. Yes the way to identify items is using the description, I have used the auto number as the primary key.
2. I have systematically stripped all like statements from the query. The resulting search is zero when searching the fields that are derived from the other tables. When the search is done to a field that is native to the table the search works as expected.
2a. I have tried to link the query to other tables inside the query design, but still get no results EX the company field points to the company:table instead of the item:table
3. I am using look-ups to link the data together. each cell is a drop down menu under the fields ITEM and COMPANY. Is this wrong? I am thinking so as the query is not working.
4. I started a post under tables -as I thought this thread may actually be in the wrong spot -
http://www.access-programmers.co.uk/forums/showthread.php?t=241888
plog asked for sample data - I have included it below.
Company:Table
Id (KEY),Company,Phone,Contact
1,Gregg's Lugs,895.965.1258,Lisa
2,Bobs Wheel,895.965.1856,Sam
Item:Table
Id (KEY),Description
3,5/8" Chrome Plated Lug
4,1/2" No Plate Lug
5,5/8" No Plate Lug
Price:Table
Id (KEY),Company,Item,Part Number,Price
6,Gregg's lugs,5/8" Chrome Plated Lug,5/8crmpl,$.50
7,Gregg's lugs,1/2" No Plate Lug,1/2plain,$.20
8,Gregg's lugs,5/8" No Plate Lug,5/8plain,$.35
9,Bobs Wheel,5/8" Chrome Plated Lug,5/8crmpl,$1.25
10,Bobs Wheel,1/2" No Plate Lug,1/2plain,$.89
11,Bobs Wheel,5/8" No Plate Lug,5/8plain,$1.01
I just realized as I typed this out that under the fields Company,Item (IN PRICE:TABLE) I told access to also link the ID fields, is that correct?