stormin_norm
Registered User.
- Local time
- Today, 05:03
- Joined
- Apr 23, 2003
- Messages
- 213
Main form has a listbox for custid once selected three subforms should populate with profile1, profile2, profile3.
I do not wish to create three seperate subforms, simply re-use the same subform and filter as:
subform1 filter profile=1
subform2 filter profile=2
subform3 filter profile=3
Should I do this dynamically --- use one of the events on the custid listbox to trigger the filtering of the subforms.
OR
Should I simply use three different queries as the record source
Need some details on doing either.
I do not wish to create three seperate subforms, simply re-use the same subform and filter as:
subform1 filter profile=1
subform2 filter profile=2
subform3 filter profile=3
Should I do this dynamically --- use one of the events on the custid listbox to trigger the filtering of the subforms.
OR
Should I simply use three different queries as the record source
Need some details on doing either.