Hello
I have a form/subform.
I placed an textbox in my subform with a default value of [Cost] * .40
I did this because I want the value to default to this calculation, but give the user the ability to put in a different value if needed. But when I change the value on one row, all the rows change to the same value.
I tried adding a field to query for "Markup" with the calculation [Cost] * .40, but it would not allow me to change the value in the form.
Any suggestions?
Thank you
Terry