M
Max Moor
Hi All,
In the past, I[ve done a lot of forms where the form's query filtered
on a listbox on the form. Select the record of interest from the listbox,
requery the form from the listbox's click event, and get access to the
records detail info in the form.
Is there a simple way to do this using a subform instead of a listbox?
I've mocked it up, but find that when I click a record in the subform and
requery the main form, the subform also requeries, and I lose the record I
was at in the first place. I can save the record ID, then scroll the subform
backl to it after requerying the main form, but this seems ugly.
Is there a simpler way?
Regards,
Max
In the past, I[ve done a lot of forms where the form's query filtered
on a listbox on the form. Select the record of interest from the listbox,
requery the form from the listbox's click event, and get access to the
records detail info in the form.
Is there a simple way to do this using a subform instead of a listbox?
I've mocked it up, but find that when I click a record in the subform and
requery the main form, the subform also requeries, and I lose the record I
was at in the first place. I can save the record ID, then scroll the subform
backl to it after requerying the main form, but this seems ugly.
Is there a simpler way?
Regards,
Max