changing textbox in main form from subform

chucky

New member
Local time
Today, 02:24
Joined
Apr 23, 2002
Messages
7
am new to acces so it may be easy. I have a form with a subform. In my sub form i click a check box and change the specific component price. Then on that field change i want to change the total price of the quote, this is in the main form.

So basicaly i want to change the field in a form from the subform code.
 
To reference a main form from a subform

Forms!MainForm!FieldName
 

Users who are viewing this thread

Back
Top Bottom