G
Guest
How can I update my table from a query in a form? I have a query calculating
two user inputs on a form and displaying that results. The problem I have is
that since the results comes from my query, it is only displayed in the Form
and not the table. I want the information from the Form to be Updated,
Copied, Appended, or whatever to the Table. In my query I have the following
Expression " Amount: [TotalUnits]*[UnitCost] ." Then in my Form I have the
Record Source pointing to my query "Customer Job Query" Everything works fine
when I enter data into my Form such as the calculations, but it doesn't
update my Table. If I create a Query to Append, then it adds an additional
record. What can I do to get the results from the Amount field in the Form to
the Amount field in the Table? Do I need to write a code? Do I create a
macro? Do I create an expression? Please help.
two user inputs on a form and displaying that results. The problem I have is
that since the results comes from my query, it is only displayed in the Form
and not the table. I want the information from the Form to be Updated,
Copied, Appended, or whatever to the Table. In my query I have the following
Expression " Amount: [TotalUnits]*[UnitCost] ." Then in my Form I have the
Record Source pointing to my query "Customer Job Query" Everything works fine
when I enter data into my Form such as the calculations, but it doesn't
update my Table. If I create a Query to Append, then it adds an additional
record. What can I do to get the results from the Amount field in the Form to
the Amount field in the Table? Do I need to write a code? Do I create a
macro? Do I create an expression? Please help.