B
Beaner200
Hi
I have 2 tables linked together by ClientID. The main table is the Client
table and the second table is the Invoice table.
I have created a form that will produce an invoice and the main part of it
has the client ID, name, address, etc. Then I created a subform, based on a
query of the invoice table. This subform, is in datasheet view so the user
can enter more than 1 item into the invoice details. These 2 forms are
linked by clientID and/or InvoiceNo. I have tried both and am getting the
same results.
The problem that I am experiencing is that when I am entering more than 1
line of invoice items into the subform, each line is generating a new invoice
number. I would like the invoice number to remain the same as the invoice
number automatically genterated on the main form.
The invoice number in the Invoice table is set to indexed, duplicates ok.
Thanks
I have 2 tables linked together by ClientID. The main table is the Client
table and the second table is the Invoice table.
I have created a form that will produce an invoice and the main part of it
has the client ID, name, address, etc. Then I created a subform, based on a
query of the invoice table. This subform, is in datasheet view so the user
can enter more than 1 item into the invoice details. These 2 forms are
linked by clientID and/or InvoiceNo. I have tried both and am getting the
same results.
The problem that I am experiencing is that when I am entering more than 1
line of invoice items into the subform, each line is generating a new invoice
number. I would like the invoice number to remain the same as the invoice
number automatically genterated on the main form.
The invoice number in the Invoice table is set to indexed, duplicates ok.
Thanks