Hi All,
Am trying to update one table with another tables value where both tables have a common relationship.
my code is a below.
Note the two fields calculated fields.
Thanks,
Njoroge Joseph
Am trying to update one table with another tables value where both tables have a common relationship.
my code is a below.
Code:
DoCmd.RunSQL "update customer set customer.paid" = totalprojsumpaid.AMOUNT where "customer.ACCNO = totalprojsumpaid = ACCNO"
Thanks,
Njoroge Joseph
Comment