I need to query with multiple values for each field like State, Region, InterestGroup so I chose QueryByForm for my query filtering.<br>
<br>
But QueryByForm gives weird results when I use a screen with Form/Subforms.<br>
<br>
After entering a value only in the subform(such as State=VA ), I choose ApplyFilter from the Toolbar but the resulting set shows ALL records in the Master Form. <br>
<br>
Do I need another form to display the QBF results? I only want to see the selected records. How can I requery? How do I see the results without having to skip thru the unselected records? <br>
<br>
I am using a command button to use the current query filter for subsets for labels and reports. Must I do the same to see the results after ApplyFilter from the Toolbar?<br>
<br>
Why is the Toolbar a problem?<br>
<br>
But QueryByForm gives weird results when I use a screen with Form/Subforms.<br>
<br>
After entering a value only in the subform(such as State=VA ), I choose ApplyFilter from the Toolbar but the resulting set shows ALL records in the Master Form. <br>
<br>
Do I need another form to display the QBF results? I only want to see the selected records. How can I requery? How do I see the results without having to skip thru the unselected records? <br>
<br>
I am using a command button to use the current query filter for subsets for labels and reports. Must I do the same to see the results after ApplyFilter from the Toolbar?<br>
<br>
Why is the Toolbar a problem?<br>