is it posible to use the input from the user from a parmeter as the 'update to' field in the query design.
e.g. I have a table containing prices for computer parts. I want to be able to use a query to increase the prices by a value input by the user. Any suggestions?
I have a form which has an unbound text box on it. The unbound textbox calculates a total from two others fields on the same form. I need to know how to save the value calculated by the unbound textbox into a field of the source table of the form.
I have a form with a subform on it. I want the total of the parts used to be calculated from the subform and then displayed on the main form.
The database is attached.
I have a form with a subform. First I need to know how to calculate a total from the sub form and second then how to display it on the actual form so that it can be used in a calculation.
can anyone tell me if it is possible to create many fields on a form which have a control source from the same field in a table, but can display different values on the form. or if there is another way of doing this without crreating multiple fields in the table