R
R-M
Hi
I am working with Access 2003 and I want to write an update query to
update the values of one table from another one.
update a
set a.f1=b.f1
from a,b
where a.no=b.no
the above sql works in SQl 2000 it will encountered with error in access.
how can I run a similar statement like this in access?
any help would be thankful.
I am working with Access 2003 and I want to write an update query to
update the values of one table from another one.
update a
set a.f1=b.f1
from a,b
where a.no=b.no
the above sql works in SQl 2000 it will encountered with error in access.
how can I run a similar statement like this in access?
any help would be thankful.