I have a main form INVOICE with subform INVOICEDETAIL(ITEMID, InvoiceID, Quantity, Price) and subform ALLITEMS (primary key ITEMID and subform readonly).
INVOICE is linked to INVOICEDETAIL via the InvoiceID field while INVOICE is not linked to ALLITEMS thus all items shows in ALLITEMS.
I want user to be able to double click items on ALLITEMS subform and the item is added in the INVOICEDETAIL subform. perhaps a dialog box pops up to let user enter also the quantity and price in INVOICEDETAIL or focus is set in INVOICEDETAIL to let user enter this information.
Can you help?