jeffjohnson29
New member
- Local time
- Today, 06:26
- Joined
- Nov 9, 2017
- Messages
- 8
I have a form with a subform in it that keyword searches for records in a table that tracks assets. What I would like to do is be able to double click on the record selector in the subform and have it open the record/fill in the controls in the main form.
I know I need to set the event on the subform to [event procedure] and I am pretty sure I need a docmd in the vbs for the dblclick event and I am sure I need the set.focus command to the parent form but I do not know exactly how to code this out. I can attach a sample database if it is requested.
I know I need to set the event on the subform to [event procedure] and I am pretty sure I need a docmd in the vbs for the dblclick event and I am sure I need the set.focus command to the parent form but I do not know exactly how to code this out. I can attach a sample database if it is requested.