bloody_football
Registered User.
- Local time
- Tomorrow, 07:57
- Joined
- Sep 8, 2004
- Messages
- 70
I have a form where customers can buy items, when they start buying they start a transaction. What I want to know is if the customer buys another item then how do I add the price onto the total bill in the transaction table?
I have
I know this is wrong but I am at a total loss on how to do it 
I have
Code:
DoCmd.RunSQL "UPDATE transactions (TotalCost) VALUES ('" & BuyPrice & "' + '" & TotalCost & "')"