E
ellidavd
I have an unbound combobox where a user can select three colors. When
the form first loads, the navigation buttons at the bottom show the
number of all the records in the table. How would I get the form to
filter and display the number of records on the navigation buttons
based on the user selections? I'll try to make my question clearer. I
have 10 records with different color combinations. Three of those
records might have the combination blue, red, green. When the form
first loads, the navigation buttons will show a total of 10 records.
That is ok. Then, can I get it to display only the three records with
the blue, red, green combination when a user selects those choices?
I am basically trying to do something similar to calling another form
filtered on the selections, but I would like to have it filter the
current form instead of calling another form.
I'll actually be using the previous and next record buttons rather than
the navigation buttons, but I think the solution will be the same.
I might use a button to refresh the form based on the filters, or I
might have it refresh as the user makes selections. An answer to either
technique would be appreciated.
Thanks.
the form first loads, the navigation buttons at the bottom show the
number of all the records in the table. How would I get the form to
filter and display the number of records on the navigation buttons
based on the user selections? I'll try to make my question clearer. I
have 10 records with different color combinations. Three of those
records might have the combination blue, red, green. When the form
first loads, the navigation buttons will show a total of 10 records.
That is ok. Then, can I get it to display only the three records with
the blue, red, green combination when a user selects those choices?
I am basically trying to do something similar to calling another form
filtered on the selections, but I would like to have it filter the
current form instead of calling another form.
I'll actually be using the previous and next record buttons rather than
the navigation buttons, but I think the solution will be the same.
I might use a button to refresh the form based on the filters, or I
might have it refresh as the user makes selections. An answer to either
technique would be appreciated.
Thanks.