Matching records from a query to a table records

Joined
Jul 7, 2007
Messages
3
Reaction score
0
I have a used the Instr and mid function to extract parts of records then linked the extracted part to another table column.

e.g.
Table1
-manufacturer
-model (primary key)
-picture

Table2
-Description (imported weekly)

Query1
-Description (taken from Table2)
-Mid(InStr – used to get Model from the description

Query2
- model (from Table1 and linked to Query2)
- manufacturer (from Table1)
- picture (from Table1)

In Query2 I have linked the Model columns from both tables together which does match the manufacturer and picture fields to the model from table2 but then displays “Invaild procedure call” and all data in the fields is changed to “#Name?”.

How do I fix this problem or is there another way round?
Any help will be much appreciated
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top