Getting information from forms

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

Guest

Hello,

I am trying to make a form where people can buy items. Each item is in a
table called Items. Each record has a name and a price.

They select the items by a check box, and a combo box. I cannot get the form
to work out the prices as I don't konw how to get the prices from the table.
I have tried some things with the combo box but it just displays the price
not the name. I want to display the total at the bottom.

Hope you can help, Thankyou.

James.
 
Open the Northwind sample database.
Open the form called Orders Subform.
Look at what that example does in the AfterUpdate event of the ProductID
combo.
 

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