D
David C. Holley
Here's the deal, I have a main form with a subform. The fields in the
subform are locked down - TabStop = No; Locked = True. When I double
click on a specific record, I want a form to open that displays the
detail for the record.
***I have the code in place to open the form on double-click.***
***The problem that I'm having is that when the mouse is double-clicked
on top of a 2nd, 3rd, 4th, etc record, the record is NOT being selected
and thus the form is not opening. Things work fine for the 1st record
since its automatically selected.***
Question: How can move automatically select a record when the mouse
moves over it without clicking on the Record Selector or moving the
focus to a field on the subform.
David H
subform are locked down - TabStop = No; Locked = True. When I double
click on a specific record, I want a form to open that displays the
detail for the record.
***I have the code in place to open the form on double-click.***
***The problem that I'm having is that when the mouse is double-clicked
on top of a 2nd, 3rd, 4th, etc record, the record is NOT being selected
and thus the form is not opening. Things work fine for the 1st record
since its automatically selected.***
Question: How can move automatically select a record when the mouse
moves over it without clicking on the Record Selector or moving the
focus to a field on the subform.
David H