D
David M C
I have two tables:
ScheduleOfRates:
SORCode (pk)
Description
Unit
Rate
SMV (currently empty)
NewRates:
SORCode (pk)
Description
Unit
Rate
SMV
I would like to update the SMV field in ScheduleOfRates using the SMV field
in NewRates where the SORCode matches. How can I do this?
Thanks,
Dave
ScheduleOfRates:
SORCode (pk)
Description
Unit
Rate
SMV (currently empty)
NewRates:
SORCode (pk)
Description
Unit
Rate
SMV
I would like to update the SMV field in ScheduleOfRates using the SMV field
in NewRates where the SORCode matches. How can I do this?
Thanks,
Dave