G
Guest
I have 2 tables, Assets and Assets2, which are both exactly the same except
that Assets2 is full and Assets only has field ItemNo filled. Basically I'd
like to update Assets with the data in Assets2 based on the ItemNo
Update Assets.Serv_date, Assets.Account, Assets.purch_date *with fields*
Assets2.Serv_date, Assets2.Account, Assets2.purch_date
where Assets.itemNo = Assets2.itemNo
I was thinking of using a stored procedure but I didn't because 1)I wasn't
sure if Access has SPs and, 2) there must be an easier way than doing it
with an SP.
Thanks,
VM
that Assets2 is full and Assets only has field ItemNo filled. Basically I'd
like to update Assets with the data in Assets2 based on the ItemNo
Update Assets.Serv_date, Assets.Account, Assets.purch_date *with fields*
Assets2.Serv_date, Assets2.Account, Assets2.purch_date
where Assets.itemNo = Assets2.itemNo
I was thinking of using a stored procedure but I didn't because 1)I wasn't
sure if Access has SPs and, 2) there must be an easier way than doing it
with an SP.
Thanks,
VM