i dont think you understand what i mean, ill show you:
Customer A has a contract with my company where Square Tape Cartridge = £50 per tape.
Customer B has a contract with our company where Square Tape Cartridge = £30 per tape
how can i make it so ther £50 appear when that product is selected...
Hi,
On my Ordering form i have 3 subforms that each have a different table and different products within those tables. I was wondering if it is possible to get the values from these tables (so that they act as default values) but if these values need to be modified, can they be saved to a...
Hi,
I have a form in which orders are placed. Each product we sell has a set value, however this does sometimes change depending on the client. What i need is to enable my db users to change the value for the unit price of a product in the form without the original value in the table changing...
thanks for the reply bob!
i tried what you suggested and i got a run time error saying "you cant assign a value to this object"
wheni click on debug this line is highlighted:
Me.Total = Me.Total + 10
(total is the name of the textbox)
the code lokos like this:
Private Sub...
Hi,
Im trying to make my checkbox have a value of 10 so that when it is checked it adds £10 to my total.. Ive searched the forums and read 20 odd threads but they didnt seem to be of any help..
my checkbox is linked to a yes/no field called congestioncharge in a table called orders.
ive...