S
Samantha
To imitate the appearance of Excel in displaying data, I added a subform
within the main form. The selection criteria is based on comboboxes and
textboxes on the main form. My problem is that the uers want various types of
data, therefore, the queries are different. What I have done is added 3
different subforms into the main form, and depending on the type of data
requested, only one subform is visible and the others invisible.
Now, the users are asking for more different types of data, and they like
the fact that the data is contained on one screen. That means, I would have
to place more different subforms on the main form (and making all invisible
except one at any given time). I'm afraid that placing many subforms will
make the whole form load slower, and cause other possible problems. So, is
there any other method that can dymanically change the record source with
only one subform on the main form?
within the main form. The selection criteria is based on comboboxes and
textboxes on the main form. My problem is that the uers want various types of
data, therefore, the queries are different. What I have done is added 3
different subforms into the main form, and depending on the type of data
requested, only one subform is visible and the others invisible.
Now, the users are asking for more different types of data, and they like
the fact that the data is contained on one screen. That means, I would have
to place more different subforms on the main form (and making all invisible
except one at any given time). I'm afraid that placing many subforms will
make the whole form load slower, and cause other possible problems. So, is
there any other method that can dymanically change the record source with
only one subform on the main form?