I have started a Thread in queries, but it has been mentioned that the query looks good and it may be a design flaw. I have link the other thread (best I can) below... I can't I haven't posted enough uhm - add website to front? NOPE. here is the title then.. maybe now?
Like "*" & [What Item] & "*" - doesn't work?
Table set up
Company : TableItem : Table
The PRICE:TABLE pulls the ITEM:FIELD from ITEM:TABLE-FIELD:ID and FIELD
ESCRIPTION
The purpose of the query is to search in the PRICE:TABLE and have the related information displayed.
For example:
EX1
Want to know where to get a "blue towel" but can not remember the color? Search under ITEM for "towel" the query will then return all entries with "towel" and all related information - which company has it, what price it is and what is the part number.
EX2
Need to know what company offers what? Search for "Bob's cloth" under COMPANY and the query will return all items,price and part numbers that match "Bob's Product's"
I hope that made sense. I am almost sure no that I did something wrong in defining the relationship's. When I do search for a number I get results. I think the query is searching the ID fields in the related tables (COMPANY:TABLE and ITEM:TABLE) but I am unable to get it to point elsewhere and match all the fields up to give a whole picture of the product.
Company ---->CompanyItemsPartnumberProduct<----Product ( I think is what I have done)
Like "*" & [What Item] & "*" - doesn't work?
Table set up
Company : Table
Fields
Id (KEY)- Company - Phone - Fax - Contact - Location - Shipping -Manager - Regional Sales
Id (KEY)- Company - Phone - Fax - Contact - Location - Shipping -Manager - Regional Sales
Fields
Id (KEY)- Description
Price : TableId (KEY)- Description
Fields
Id (KEY)- Company (see below) - Item (see below) - Part # - Price
The PRICE:TABLE pulls the COMPANY:FIELD from COMPANY:TABLES-FIELD:ID and FIELD:COMPANYId (KEY)- Company (see below) - Item (see below) - Part # - Price
The PRICE:TABLE pulls the ITEM:FIELD from ITEM:TABLE-FIELD:ID and FIELD

The purpose of the query is to search in the PRICE:TABLE and have the related information displayed.
For example:
EX1
Want to know where to get a "blue towel" but can not remember the color? Search under ITEM for "towel" the query will then return all entries with "towel" and all related information - which company has it, what price it is and what is the part number.
EX2
Need to know what company offers what? Search for "Bob's cloth" under COMPANY and the query will return all items,price and part numbers that match "Bob's Product's"
I hope that made sense. I am almost sure no that I did something wrong in defining the relationship's. When I do search for a number I get results. I think the query is searching the ID fields in the related tables (COMPANY:TABLE and ITEM:TABLE) but I am unable to get it to point elsewhere and match all the fields up to give a whole picture of the product.
Company ---->CompanyItemsPartnumberProduct<----Product ( I think is what I have done)
Last edited: