Does anyone know how to requery a listbox within a subform?
A popup form allows me to make changes to the underlying record source of the listbox. When I close out of the popup and return the main form I would like the list box within the subform to display the record updates.
I've tried the follow options but can't get it to work;
[Forms]![Main Form].[Subform].Requery
[Forms]![Main Form]![Subform].[Listbox].Requery
[Forms]![Subform].[Listbox].Requery
Thanks,
Dave
A popup form allows me to make changes to the underlying record source of the listbox. When I close out of the popup and return the main form I would like the list box within the subform to display the record updates.
I've tried the follow options but can't get it to work;
[Forms]![Main Form].[Subform].Requery
[Forms]![Main Form]![Subform].[Listbox].Requery
[Forms]![Subform].[Listbox].Requery
Thanks,
Dave