Hi all,
Here is what I would like to do, and I hope someone can help me:
I want to build an Access database that tracks ticket sales. Here are the tables I have so far:
Customer: customerID, companyname, address, email, phone, etc.
Orders: orderID, customerID (to link to which customer made the purchase), orderDate, paymentreceived (yes or no)
Order Details: orderdetailID, orderID (links back to order table), productID, quantity, unitprice
Products: productID (links back to order details), prodcutName, unitprice
Somehow, I think I am making this way more complex than it needs to be.. Once I have the relationships set up correctly, I'd like to make one solid form that has the basic info to record the order (customer info, what the order consists of, whether or not it is paid, etc.) I am thinking subforms might be the way to go there...
Then ultimately, I'd like to be able to generate reports with the info as well...
Thanks in advance!
Here is what I would like to do, and I hope someone can help me:
I want to build an Access database that tracks ticket sales. Here are the tables I have so far:
Customer: customerID, companyname, address, email, phone, etc.
Orders: orderID, customerID (to link to which customer made the purchase), orderDate, paymentreceived (yes or no)
Order Details: orderdetailID, orderID (links back to order table), productID, quantity, unitprice
Products: productID (links back to order details), prodcutName, unitprice
Somehow, I think I am making this way more complex than it needs to be.. Once I have the relationships set up correctly, I'd like to make one solid form that has the basic info to record the order (customer info, what the order consists of, whether or not it is paid, etc.) I am thinking subforms might be the way to go there...
Then ultimately, I'd like to be able to generate reports with the info as well...
Thanks in advance!