D
David M C
I have a table with fields SORCode (text) and Price (currency). I have added
two fields KCode and KPrice. I would like the field KCode to be the SORCode
appended with "KTF" and the field KPrice to be Price * 2.
How would I be able to programatically cycle all the records and update the
KCode and KPrice fields?
Is it possible to do this with a query?
Thanks
Dave
two fields KCode and KPrice. I would like the field KCode to be the SORCode
appended with "KTF" and the field KPrice to be Price * 2.
How would I be able to programatically cycle all the records and update the
KCode and KPrice fields?
Is it possible to do this with a query?
Thanks
Dave