T
Thierry
Hi
I need some help. Im trying to update my access database with the values
from a linked table.
tblGoods is the one to be updated. it contains wholesalestock wholesaleprice
and some other fields.
im trying to update those from my table updategoods which is a linked table
(csv).
I have tried
UPDATE tblVare INNER JOIN tblTmoVare ON tbltmoVare.Varenr = tblVare.Varenr
SET tblVare.WholesaleLager = tblTmoVare.WholeSaleLager,
tblVare.UdsalgsprisInclMoms = tblTmoVare.Udsalgsprisinclmoms;
but i get an error stating this is not supported by the isam.
please help.
I need some help. Im trying to update my access database with the values
from a linked table.
tblGoods is the one to be updated. it contains wholesalestock wholesaleprice
and some other fields.
im trying to update those from my table updategoods which is a linked table
(csv).
I have tried
UPDATE tblVare INNER JOIN tblTmoVare ON tbltmoVare.Varenr = tblVare.Varenr
SET tblVare.WholesaleLager = tblTmoVare.WholeSaleLager,
tblVare.UdsalgsprisInclMoms = tblTmoVare.Udsalgsprisinclmoms;
but i get an error stating this is not supported by the isam.
please help.