D
Daniel Schaedler
Hi
I get the following error and don't know why:
"Operation must use an updateable query"
following query:
UPDATE MasterTable INNER JOIN findProducts
ON findProducts.MaterialNr=MasterTable.MaterialNr
SET MasterTable.BR = findProducts.FirstOfBR;
MasterTable is a table, findProducts a query
I guess the problem is the query (??)
daniel
I get the following error and don't know why:
"Operation must use an updateable query"
following query:
UPDATE MasterTable INNER JOIN findProducts
ON findProducts.MaterialNr=MasterTable.MaterialNr
SET MasterTable.BR = findProducts.FirstOfBR;
MasterTable is a table, findProducts a query
I guess the problem is the query (??)
daniel