C
cpreece
I'm doing a simple invoicing program and am getting very aggravated.
I have 4 tables:
Customers
CustID,Name,Address,City,State,Zip
Items
ItemID,ItemName, Description, UnitPrice
Orders
OrderID,CustID,OrderDate,ShipDate,ShipFee
Item Line Items
OrderID,ItemID, Description, UnitPrice
Here are the problems I am having:
On the main order form I want to list all of the info from the order
table and use a combo box to list customers. How do I populate th
customer address after I select their name form the combo box?
Then I want to add a subform based on the Item Line Items table.
When I create a combo box for the ItemID, the description and uni
price are supposed to fill in but this is not happening.
I'm sure that once I get past this hump I will be fine.
Please help..
I have 4 tables:
Customers
CustID,Name,Address,City,State,Zip
Items
ItemID,ItemName, Description, UnitPrice
Orders
OrderID,CustID,OrderDate,ShipDate,ShipFee
Item Line Items
OrderID,ItemID, Description, UnitPrice
Here are the problems I am having:
On the main order form I want to list all of the info from the order
table and use a combo box to list customers. How do I populate th
customer address after I select their name form the combo box?
Then I want to add a subform based on the Item Line Items table.
When I create a combo box for the ItemID, the description and uni
price are supposed to fill in but this is not happening.
I'm sure that once I get past this hump I will be fine.
Please help..