G
Guest
I have a select query that selects the values I want to update.
LocationID (where LocationID = SomeControlOnForm)
TaskID
LabourPrice (where labour price is > 99)
I would like to turn this into an update query that raises/lowers the
LabourPrice by x%. So, if 100% is entered, LabourPrice stays the same etc
(basically, divide the entered value by 100 and multiply LabourPrice by this
value).
How can I do this? And how can I make it run from a button click on a form?
Thanks,
Dave
LocationID (where LocationID = SomeControlOnForm)
TaskID
LabourPrice (where labour price is > 99)
I would like to turn this into an update query that raises/lowers the
LabourPrice by x%. So, if 100% is entered, LabourPrice stays the same etc
(basically, divide the entered value by 100 and multiply LabourPrice by this
value).
How can I do this? And how can I make it run from a button click on a form?
Thanks,
Dave