G
GBA
In a main form that is tabbed; in tab C it is nothing but a subform C, with a
record source of query C.
To avoid calling all the data in subform C everytime the mainform is opened
I have the record source in the subform blank, and put in vba at the OnClick
of tab C that subform.recordsource="queryC".
this works fine.
When in tab C, looking at the data in subform C - - - and if I change main
form records to another record - - the data is in subform C - - which is also
fine.
My question is when I return to tab A; - - - when I change mainform
records...am I still calling in all the data for tabC's subform C?....do I
need to put in vba in the tab A OnClick that redefines the records source of
subform C to null?...or "" ?
tia
record source of query C.
To avoid calling all the data in subform C everytime the mainform is opened
I have the record source in the subform blank, and put in vba at the OnClick
of tab C that subform.recordsource="queryC".
this works fine.
When in tab C, looking at the data in subform C - - - and if I change main
form records to another record - - the data is in subform C - - which is also
fine.
My question is when I return to tab A; - - - when I change mainform
records...am I still calling in all the data for tabC's subform C?....do I
need to put in vba in the tab A OnClick that redefines the records source of
subform C to null?...or "" ?
tia