M
Mercy
Thanks Jake for helping and replying
I figured out the problem: One of the tables
(namely "Details" ) is actually a UNION qry... and for
some reason that causes Access to not allow the Update
qry to be run.
Details is a (Table Cloth & Something) Union
(Table "Stuff" & Something) ...
I don't see why it should be a problem though? When
I "preview" the records that are going to be changed,
they are all there. But I just can't update them. Can
anyone tell me what's going on?
Access gives me an error message that says: "This must be
an update qry." Or something like that... my chinese is
crummy... and I'm using Chinese Office (-_-)
This is the Update qry I've been trying to use ... which
works fine when you have two TABLES ... but not when one
of them is a Union Qry...
UPDATE Cloth INNER JOIN Details ON
(Cloth.ProductID = Details.ProductId)
AND (Cloth.PONum = Details.PONum)
SET Cloth.Marked = "Yes"
WHERE Details.OrderNum)=[X];
If anyone can help me, I'd really appreciate it!
-Mercy
I figured out the problem: One of the tables
(namely "Details" ) is actually a UNION qry... and for
some reason that causes Access to not allow the Update
qry to be run.
Details is a (Table Cloth & Something) Union
(Table "Stuff" & Something) ...
I don't see why it should be a problem though? When
I "preview" the records that are going to be changed,
they are all there. But I just can't update them. Can
anyone tell me what's going on?
Access gives me an error message that says: "This must be
an update qry." Or something like that... my chinese is
crummy... and I'm using Chinese Office (-_-)
This is the Update qry I've been trying to use ... which
works fine when you have two TABLES ... but not when one
of them is a Union Qry...
UPDATE Cloth INNER JOIN Details ON
(Cloth.ProductID = Details.ProductId)
AND (Cloth.PONum = Details.PONum)
SET Cloth.Marked = "Yes"
WHERE Details.OrderNum)=[X];
If anyone can help me, I'd really appreciate it!
-Mercy