stevenblanc
Registered User.
- Local time
- Today, 07:59
- Joined
- Jun 27, 2011
- Messages
- 103
Hi folks,
So I have a subform whose 'Link Master Field' property is set to my listbox, 'lstMachines'.
When I click on an item in the listbox the subform automatically updates to reflect the child records.
However, when the items are updated in my listbox I use vba to select the first item in the listbox and in this case the subform is not updated to match the selection.
I tried requerying the subform after the vba select to no avail. Any ideas?
Steven
So I have a subform whose 'Link Master Field' property is set to my listbox, 'lstMachines'.
When I click on an item in the listbox the subform automatically updates to reflect the child records.
However, when the items are updated in my listbox I use vba to select the first item in the listbox and in this case the subform is not updated to match the selection.
I tried requerying the subform after the vba select to no avail. Any ideas?
Steven