J
JohnE
I have a form that uses a subform control for displaying many subforms. The
issue is regarding the requerying of a listbox on a subform that is displayed
in the sfrm control. On the main form there is a drop list that the project
can be selected from. Once selected the appropriate data appears. What I
need to have done is to requery a listbox on a subform when the project
changes. Otherwise, all else works.
I have tried different combinations but not finding the right one. Here is
how the layout goes;
frmProject - main form with drop list of projects
ProjectChildSubforms - name of subform control that is used to display the
different subforms
sfrmVersion - a subform that is displayed with the listbox needing to be
requeried
lstVersionListing - the list box needing to be requeried.
Hope someone can piece this all together so it works in the afterupdate
event of the main form's drop list?
Thanks for the help on this.
.... John
issue is regarding the requerying of a listbox on a subform that is displayed
in the sfrm control. On the main form there is a drop list that the project
can be selected from. Once selected the appropriate data appears. What I
need to have done is to requery a listbox on a subform when the project
changes. Otherwise, all else works.
I have tried different combinations but not finding the right one. Here is
how the layout goes;
frmProject - main form with drop list of projects
ProjectChildSubforms - name of subform control that is used to display the
different subforms
sfrmVersion - a subform that is displayed with the listbox needing to be
requeried
lstVersionListing - the list box needing to be requeried.
Hope someone can piece this all together so it works in the afterupdate
event of the main form's drop list?
Thanks for the help on this.
.... John