M
mattc66 via AccessMonster.com
Okay - I am trying to Update the tblCustomer Fld UsrDef1 with data from my
qryArCustAll SalespersonCode. When I run it I get a message that the
"Operation must use an updateable query". The qryArCustAll is a union query,
but the records I want to update are in a table. Can anyone explain what I am
doing wrong?
UPDATE tblCustomer, qryArCustAll SET tblCustomer.UsrDef1 = qryArCustAll.
SalesPersonCode;
Thanks
Matt
qryArCustAll SalespersonCode. When I run it I get a message that the
"Operation must use an updateable query". The qryArCustAll is a union query,
but the records I want to update are in a table. Can anyone explain what I am
doing wrong?
UPDATE tblCustomer, qryArCustAll SET tblCustomer.UsrDef1 = qryArCustAll.
SalesPersonCode;
Thanks
Matt