G
Guest
I constucted a table to hold the products we purchase and then re-sell. It
worked fine . I used the Forms Wizard to make a Form so as to add records to
this table. It worked fine. I then decided I wanted to add a MarkUp
percentage text box to the Form. In the "Control Source" of the Properties
window I typed: =(([UnitSell]-[UnitPrice])/[UnitSell]). On the "Format" line
I set the number to "Percentage". This worked like a charm and gave me the
Mark Up percentage on the Form.
Now I want to update a column in the underlying products Table. This field
is named "MarkUp". I can't figure out a way to do this. I've tired setting
the field to "Text" and "Number" to see a way to link the Form text box the
and Table field. I'm at a dead end. Can you help?
Thanks!
Dave
worked fine . I used the Forms Wizard to make a Form so as to add records to
this table. It worked fine. I then decided I wanted to add a MarkUp
percentage text box to the Form. In the "Control Source" of the Properties
window I typed: =(([UnitSell]-[UnitPrice])/[UnitSell]). On the "Format" line
I set the number to "Percentage". This worked like a charm and gave me the
Mark Up percentage on the Form.
Now I want to update a column in the underlying products Table. This field
is named "MarkUp". I can't figure out a way to do this. I've tired setting
the field to "Text" and "Number" to see a way to link the Form text box the
and Table field. I'm at a dead end. Can you help?
Thanks!
Dave