G
Guest
I am writing a form to display and edit order lines. Next to the fields that
can be edited, I want to display a calculated field, which is worked out from
a costs table. But if I put the calculation into the bound query, I cannot
edit the rest of the fields.
Also, due to the number of orderlines displayed, I do not have space for a
subform to get the calculation from.
Changing the ControlSource to point to the calculated query just returns a
#name? error.
Can anyone please show me how I can make the the records on the form
editable, and still display the calculation
can be edited, I want to display a calculated field, which is worked out from
a costs table. But if I put the calculation into the bound query, I cannot
edit the rest of the fields.
Also, due to the number of orderlines displayed, I do not have space for a
subform to get the calculation from.
Changing the ControlSource to point to the calculated query just returns a
#name? error.
Can anyone please show me how I can make the the records on the form
editable, and still display the calculation