transitman
Programmer
Hello everyone,
I have a main form with text boxes that are used to create
new records in the Parts table and displayed in subform1. The part number on the main form shows all duplicates in subform1.(duplicates allowed -- user required) This part works fine...
The PoNumber text box on the main form controls what part
numbers for that PO are shown in subform2. This works fine.
PROBLEM.. I would like to select records from subform1,
copy selected colums and insert that record in the PO table
and have it displayed in subform2(parts for that PO).
I have tried the OnCurrent event.. it always selects the first record shown in subform1. I just can't get the right combination. Thanks in advance for any help
I have a main form with text boxes that are used to create
new records in the Parts table and displayed in subform1. The part number on the main form shows all duplicates in subform1.(duplicates allowed -- user required) This part works fine...
The PoNumber text box on the main form controls what part
numbers for that PO are shown in subform2. This works fine.
PROBLEM.. I would like to select records from subform1,
copy selected colums and insert that record in the PO table
and have it displayed in subform2(parts for that PO).
I have tried the OnCurrent event.. it always selects the first record shown in subform1. I just can't get the right combination. Thanks in advance for any help