Hi Guys,
I wonder if anybody could help me with a bit of VB coding. Im after some code so that I can select a value from a table, and then be able to update that value.
My aim is to be able to select a price from "tblOrders" which is ordered from furthest away date, and export that price to the "tblDepartment" . So Effectivly it is taking the furthest away date price, and updating the value in the "tblDepartm ent" from the price recorded. It Then does NOT use that recorded price found in "tblOrders" again.
thanks for any help offered guys, greatly appreciated!
mark
I wonder if anybody could help me with a bit of VB coding. Im after some code so that I can select a value from a table, and then be able to update that value.
My aim is to be able to select a price from "tblOrders" which is ordered from furthest away date, and export that price to the "tblDepartment" . So Effectivly it is taking the furthest away date price, and updating the value in the "tblDepartm ent" from the price recorded. It Then does NOT use that recorded price found in "tblOrders" again.
thanks for any help offered guys, greatly appreciated!
mark
Comment