A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

adding products to an order form



 
 
Thread Tools Display Modes
  #1  
Old September 8th, 2008, 07:07 PM posted to microsoft.public.access.tablesdbdesign
csumb
external usenet poster
 
Posts: 11
Default adding products to an order form

i have a table listing products
I have a continual form with all the products and its information
I would like to make it so that when I enter the qty to be ordered on the
products form it adds the product and qty to the customers order form.
how do i do this.
  #2  
Old September 8th, 2008, 07:53 PM posted to microsoft.public.access.tablesdbdesign
Dennis
external usenet poster
 
Posts: 1,222
Default adding products to an order form

Sounds like a homework project to me...

;^)

"csumb" wrote:

i have a table listing products
I have a continual form with all the products and its information
I would like to make it so that when I enter the qty to be ordered on the
products form it adds the product and qty to the customers order form.
how do i do this.

  #3  
Old September 8th, 2008, 09:08 PM posted to microsoft.public.access.tablesdbdesign
Steve[_57_]
external usenet poster
 
Posts: 598
Default adding products to an order form

You should have three tables:

TblProduct
ProductID
ProductDesc
Price
Inventory

TblOrder
OrderID
Customer
OrderDate

TblOrderDetail
OrderDetailID
OrderID
ProductID
Quantity
Price

Use a form/subform. Base the main form on TblOrder and subform on
TblOrderDetail.

Steve



"csumb" wrote in message
...
i have a table listing products
I have a continual form with all the products and its information
I would like to make it so that when I enter the qty to be ordered on the
products form it adds the product and qty to the customers order form.
how do i do this.



  #4  
Old September 9th, 2008, 09:41 PM posted to microsoft.public.access.tablesdbdesign
Klatuu[_3_]
external usenet poster
 
Posts: 396
Default adding products to an order form

And a Customer Table

"Steve" wrote in message
m...
You should have three tables:

TblProduct
ProductID
ProductDesc
Price
Inventory

TblOrder
OrderID
Customer
OrderDate

TblOrderDetail
OrderDetailID
OrderID
ProductID
Quantity
Price

Use a form/subform. Base the main form on TblOrder and subform on
TblOrderDetail.

Steve



"csumb" wrote in message
...
i have a table listing products
I have a continual form with all the products and its information
I would like to make it so that when I enter the qty to be ordered on the
products form it adds the product and qty to the customers order form.
how do i do this.





  #5  
Old September 17th, 2008, 06:35 PM posted to microsoft.public.access.tablesdbdesign
csumb
external usenet poster
 
Posts: 11
Default adding products to an order form

I am hopping someone can help me....

I am looking for a code or how to code

What I have is the following tables
products
order details
orders
customers

the relational links are as follows

customer to orders 1 to many [ customerID] to [ customerID]
orders to order details 1to many [order id] to [order id]
order details to products 1 to many [productsID] to [products ID]

right now i have a combo box in the sub order form called product that adds
the product to the order

what i would like to do is get rid of the combo box

and pull up the product form (listing all the products with a pic of the
products)
and enter the quantity that the customer wants and have it add it to the
customers order and then be able to save it for future reference

This shouldnt be to hard but iam new at this and am not sure how to
accomplish this

Can someone please help me on how to do this or were i can go to get the
answer

thanks.


"Klatuu" wrote:

And a Customer Table

"Steve" wrote in message
m...
You should have three tables:

TblProduct
ProductID
ProductDesc
Price
Inventory

TblOrder
OrderID
Customer
OrderDate

TblOrderDetail
OrderDetailID
OrderID
ProductID
Quantity
Price

Use a form/subform. Base the main form on TblOrder and subform on
TblOrderDetail.

Steve



"csumb" wrote in message
...
i have a table listing products
I have a continual form with all the products and its information
I would like to make it so that when I enter the qty to be ordered on the
products form it adds the product and qty to the customers order form.
how do i do this.






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.