G
Guest
On 7/27/05 I posted a question "Manipulating a control source" some
suggestions were made but I am still in a dark alley...Please Help
In this posting I changed the question around maybe this way I can get some
more help. (Pretty soon I will need Mental Help)
I have a text box (lets call it Total), in a tab page, with the control
source expression:
=IIf([Date]>0,[quant1]*1.5+[quant2]*4+[quant3]*5)
the values in "quant1, quant2, and so on" are text boxes in another tab page
in the same form.
So if:
quant1 is 45 (*1.5=67.5)
quant2 is 30 (*4=120)
quant3 is 0 (*5=0)
the expresion in the Total text box will be 187.5 but for X reason I want to
be able to click in the Total text box and change 187.5 to 307.5 but I cannot
change it. And thats my dilema. PLease Help, thanks in advance
suggestions were made but I am still in a dark alley...Please Help
In this posting I changed the question around maybe this way I can get some
more help. (Pretty soon I will need Mental Help)
I have a text box (lets call it Total), in a tab page, with the control
source expression:
=IIf([Date]>0,[quant1]*1.5+[quant2]*4+[quant3]*5)
the values in "quant1, quant2, and so on" are text boxes in another tab page
in the same form.
So if:
quant1 is 45 (*1.5=67.5)
quant2 is 30 (*4=120)
quant3 is 0 (*5=0)
the expresion in the Total text box will be 187.5 but for X reason I want to
be able to click in the Total text box and change 187.5 to 307.5 but I cannot
change it. And thats my dilema. PLease Help, thanks in advance