C
chriske911
can it be done to filter on a filtered recordset using the
docmd.applyfilter command?
I mean I use this command to filter out on a field value on the form by
double clicking that field
but the next filter event undoes the previous filter
I want to be able to gradually filter out until I have just a few
records to check out
this by just clicking on the fields inside the form
I already apply some combo's to return a select query
but to do this for every field in the form would just clutter up the
interface without adding an additional value to it's functionality
thnx
docmd.applyfilter command?
I mean I use this command to filter out on a field value on the form by
double clicking that field
but the next filter event undoes the previous filter
I want to be able to gradually filter out until I have just a few
records to check out
this by just clicking on the fields inside the form
I already apply some combo's to return a select query
but to do this for every field in the form would just clutter up the
interface without adding an additional value to it's functionality
thnx