Hello,
I have a problem that i need some help solving.
I have a table called tblCourierCosts, the table consists of the following fields:
Date
Run
Boxes
CourierCost
What i need to do is for each Run, add the number of boxes and then perform a calculation to work out the cost and place the cost for the whole run in the CourierCost field of the first record of the run.
I am struggling with keeping a note of the record number (so i can write the costs back to the cost field of the 1st record)
Can someone help please
I have a problem that i need some help solving.
I have a table called tblCourierCosts, the table consists of the following fields:
Date
Run
Boxes
CourierCost
What i need to do is for each Run, add the number of boxes and then perform a calculation to work out the cost and place the cost for the whole run in the CourierCost field of the first record of the run.
I am struggling with keeping a note of the record number (so i can write the costs back to the cost field of the 1st record)
Can someone help please