forms and subforms

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

Guest

i am creating a form and a subform, which in the Form, a customer will choose
their details from a combo box, and in the sub form, the customer will be
able to choose a product and then how many they would like to buy of that
particularitem. I can get the sub form to store more than one item that a
customer is buying, but i can't make a cloumn which works out the total at
the end of each individual sale. I can create a query which works it out, but
i can't make a new column in the form which also works it ouy
 
Open northwind.mdb, the sample database that installs with Access.
Choose Relationships from the Tools menu, and see how the tables are built.

You can then open the Orders form, and see how customer orders are handling
by selecting the customer in the main form, and entering the items ordered
into the subform. It also demonstrates how to get the total for the order.
 

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