L
LF
I am tyring to dynamically change the source object of a subform datasheet
dependant upon a combobox selection of query names where the subform is
located within the first page of a tab control.
My main form is based on a table that contains query names and titles, and
other related data. This main form contains the combobox and tab control. The
combobox lists the query names, finds the selected record, displays the other
related data on the second page of the tab control, and changes the caption
of the first tab control page to match the title of the selected query name
record. The first tab control page is suppose to also display the query
content of the selected query name. I am stuck though on how to reference the
tab.variablepage.subform.source object within the After Update event of the
combobox.
Any help is appreciated.
LF
dependant upon a combobox selection of query names where the subform is
located within the first page of a tab control.
My main form is based on a table that contains query names and titles, and
other related data. This main form contains the combobox and tab control. The
combobox lists the query names, finds the selected record, displays the other
related data on the second page of the tab control, and changes the caption
of the first tab control page to match the title of the selected query name
record. The first tab control page is suppose to also display the query
content of the selected query name. I am stuck though on how to reference the
tab.variablepage.subform.source object within the After Update event of the
combobox.
Any help is appreciated.
LF