This is a two-parter akshooly. 
In MS Access2K I've added a text box to a form to display to the user the retail price of an item. It's a subform contained within a form and I've simply typed an expression in the text box I created by dragging from the table to the form whilst creating the form in design view. It displays the correct data but the corresponding table field doesn't get the value for that record even though the other ones do. Did I lose the field association for that control when I entered the expression?
Also, can I display that same value on the form that contains this subform? How? I tried this:
to no avail.
Thanks (again), Mike
In MS Access2K I've added a text box to a form to display to the user the retail price of an item. It's a subform contained within a form and I've simply typed an expression in the text box I created by dragging from the table to the form whilst creating the form in design view. It displays the correct data but the corresponding table field doesn't get the value for that record even though the other ones do. Did I lose the field association for that control when I entered the expression?
Also, can I display that same value on the form that contains this subform? How? I tried this:
Code:
=[Products Subform].FORM![UnitPrice]
Thanks (again), Mike