Assigning a Value from a from --- with query?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How would you insert the result from a query and assign it to a value in a
form (and table). The two inputs from the form are pricing and product which
are established in the form. The query then assigns a unitprice based on the
2 form inputs and stores it as a value in table: order.unitprice.

I previously tried using an IIF statement in the form text block with
=IIF.... as the control source. That lookup up the values, showed the
unitprice on the from, but did not save anything into the table.

Any Suggestions??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top