Populating Table with Form

bossmack916

New member
Local time
Today, 09:25
Joined
Mar 28, 2012
Messages
6
I have a list of Vendors who each have their own set of products and pricing. I am trying to create an order form that will allow the user to select a product by Vendor and have the details of that product displayed so that the user can select the quantity and discount of the price. Once the total is calculated, I want to be able to add this order to an Orders table.

I am having a difficult time creating this being that I have about 20 diff vendors with their own product set and dont know how to create a single form to do this without creating queries and a different order form for each vendor. Please assist!!
 
Use a form and with a sub-form linked together.
Or a form with a Combo-boks, then you use filter.

And use a button, to add the order to the Orders table.
 
Yes but how do you add it to the Orders table? What is the vbcode? SQL?
 
You don't need any code to do this. If you didn't install the Northwind database when you installed Access, download it now (or install it from your installation CD). Northwind should give you some idea how forms work.
 

Users who are viewing this thread

Back
Top Bottom