C
cd saya via AccessMonster.com
Hi,
I have 2 tables Invoice and InvoiceDetails. They have a relationship 1 to
many. In Invoice table the items are:
(invoiceno,companyname,invoicedate,paymentdue,subamount and totalamount)
and in InvoiceDetails table the items are:
(invoiceno,description,quantity,unitprice and amount). In my invoice form
they have form(invoice table) and subform(invoicedetails table).
My problem is once I key-in the invoice number in the main form and would
like to have the invoice number auto add to the subform of invoicedetails
with more than one row or many rows.
Thanks in advance.
I have 2 tables Invoice and InvoiceDetails. They have a relationship 1 to
many. In Invoice table the items are:
(invoiceno,companyname,invoicedate,paymentdue,subamount and totalamount)
and in InvoiceDetails table the items are:
(invoiceno,description,quantity,unitprice and amount). In my invoice form
they have form(invoice table) and subform(invoicedetails table).
My problem is once I key-in the invoice number in the main form and would
like to have the invoice number auto add to the subform of invoicedetails
with more than one row or many rows.
Thanks in advance.