G
Guest
Hello,
I need help with something that is probably very easy, but it has been
eluding me none the less. I have a main order form with an order details
subform and a parts list in a separate subform with tabs (both subforms are
on the same form). I would like to be able to select a part from the parts
list subform and have Part Number for the record selected automatically added
to the new record field of the order details subform. There will be multiple
records added to the Order details subform at one time, so after each entry,
it will need to again move to a new record.
I believe that I need to enter VBA code in the On Double Click event of the
property of each tab (form) of the Parts subform, but from all of the
reference books that I have read, I can not find applicable example code.
Basically, I am looking for the code that I need to enter after the On Double
Click event. Thank you for any help that you can give.
My current workaround is to highlight the part number in the parts subform,
right click, select copy, then right click in the part number field of the
Order subform and select paste. It works, but it is clunky to say the least.
Is there an easier way?
Thank you again for your help,
Brian
I need help with something that is probably very easy, but it has been
eluding me none the less. I have a main order form with an order details
subform and a parts list in a separate subform with tabs (both subforms are
on the same form). I would like to be able to select a part from the parts
list subform and have Part Number for the record selected automatically added
to the new record field of the order details subform. There will be multiple
records added to the Order details subform at one time, so after each entry,
it will need to again move to a new record.
I believe that I need to enter VBA code in the On Double Click event of the
property of each tab (form) of the Parts subform, but from all of the
reference books that I have read, I can not find applicable example code.
Basically, I am looking for the code that I need to enter after the On Double
Click event. Thank you for any help that you can give.
My current workaround is to highlight the part number in the parts subform,
right click, select copy, then right click in the part number field of the
Order subform and select paste. It works, but it is clunky to say the least.
Is there an easier way?
Thank you again for your help,
Brian