E
e b
I have an inventory database. I have two tables.
One for people, TblPeople. One for invoices, TblInvoice.
TblInvoice has invoice as a primary key (autonumber)
I have a query that will create a new invoice number whenever
I input a new customer number. Great.
My problem.
On the form, whenever I create a new number, it creates a new blank sheet (2
of 2).
How do set it to not create a second blank sheet and stay on the first sheet
with my new number (1 of 1)?
EB
One for people, TblPeople. One for invoices, TblInvoice.
TblInvoice has invoice as a primary key (autonumber)
I have a query that will create a new invoice number whenever
I input a new customer number. Great.
My problem.
On the form, whenever I create a new number, it creates a new blank sheet (2
of 2).
How do set it to not create a second blank sheet and stay on the first sheet
with my new number (1 of 1)?
EB