R
Ron
This is killing me. I am building a simple sales database
that will allow me to enter my customers info (name,
address, city, and so on). Next, I want to assign an
order number to the current sale and list multiple
products under the order number, add the totals, and print
a receipt. I also want to be able to bring the customer
back up for other sales under new order numbers. I have
built a customer info table and a orders table. I created
a customer form and put the orders subform within it. I
can display a customer's info and enter in as many single
orders with 1 product each without any problem. My problem
is that when I get to the last field of the orders subform
the autonumber function creates a new order number (a new
sale). I cannot figure out how to enter several products
under a single order number for each customer.
Thanks for any help.
that will allow me to enter my customers info (name,
address, city, and so on). Next, I want to assign an
order number to the current sale and list multiple
products under the order number, add the totals, and print
a receipt. I also want to be able to bring the customer
back up for other sales under new order numbers. I have
built a customer info table and a orders table. I created
a customer form and put the orders subform within it. I
can display a customer's info and enter in as many single
orders with 1 product each without any problem. My problem
is that when I get to the last field of the orders subform
the autonumber function creates a new order number (a new
sale). I cannot figure out how to enter several products
under a single order number for each customer.
Thanks for any help.