G
Guest
Hi all,
I want to have a combo box on a form that has the following four values
NOTPAID;PARTPAID;FULLPAID
I have a field in a table that will be part query that makes up the form's
records source.
What I basically want it to happen is to have a command button cmdFilter
that will filter acording to the value selected from the combo values above.
If NOTPAID is selected the form should show everything that has that value
and likewise for everything.
I was looking up postings for triple state combo boxes and checkboxes but I
could not find anything that is near to what i want to do.
Can anyone point out the best way to filter a form that way?
thanks in advance
I want to have a combo box on a form that has the following four values
NOTPAID;PARTPAID;FULLPAID
I have a field in a table that will be part query that makes up the form's
records source.
What I basically want it to happen is to have a command button cmdFilter
that will filter acording to the value selected from the combo values above.
If NOTPAID is selected the form should show everything that has that value
and likewise for everything.
I was looking up postings for triple state combo boxes and checkboxes but I
could not find anything that is near to what i want to do.
Can anyone point out the best way to filter a form that way?
thanks in advance