B
BLTibbs
access 2003 on win xp.
I have a table [ISBNData] that is a linked table to a text file. I want to
run an update query to update another table called [InventoryTbl] with data
in the isbndata table. The main table has a unique id field called
"product-id". The [isbndata] table has a field that matches the "product-id"
called "ItemAttributes/ISBN".
What do I put in the criteria of the update query to update the records in
the [inventorytbl] where the [isbndata] table has records that match with the
ItemAttributes/ISBN field to the product-id field.
Currently, I have:
Like [ISBNData]![ItemAttributes/ISBN]
typed into the 'criteria' field of the query but it keeps asking me for the
parameter value when I run the query. What is wrong?
I have a table [ISBNData] that is a linked table to a text file. I want to
run an update query to update another table called [InventoryTbl] with data
in the isbndata table. The main table has a unique id field called
"product-id". The [isbndata] table has a field that matches the "product-id"
called "ItemAttributes/ISBN".
What do I put in the criteria of the update query to update the records in
the [inventorytbl] where the [isbndata] table has records that match with the
ItemAttributes/ISBN field to the product-id field.
Currently, I have:
Like [ISBNData]![ItemAttributes/ISBN]
typed into the 'criteria' field of the query but it keeps asking me for the
parameter value when I run the query. What is wrong?