B
Boon
Hi,
Why the below query doesn't work? I have been in the situation that I need
to delete some records by using the query below. Access doesn't allow me to
run this query. I would like to know what is the reason and how should I do
to accomplish this task. The workaround that I was doing wasn't that good
and took quite an effort. I think maybe there is a better to do this.
Thanks.
B
DELETE TEST2.Width, TEST1.*
FROM TEST1 INNER JOIN TEST2 ON TEST1.Cus = TEST2.Cus
WHERE (((TEST2.Width)=3));
Why the below query doesn't work? I have been in the situation that I need
to delete some records by using the query below. Access doesn't allow me to
run this query. I would like to know what is the reason and how should I do
to accomplish this task. The workaround that I was doing wasn't that good
and took quite an effort. I think maybe there is a better to do this.
Thanks.
B
DELETE TEST2.Width, TEST1.*
FROM TEST1 INNER JOIN TEST2 ON TEST1.Cus = TEST2.Cus
WHERE (((TEST2.Width)=3));