I am wondering what is the best way to go about filtering on a form.
I have about three combo boxes that users might select from to filter the form in Datasheet view. However, I am never quite sure what the best way to go around this is.
Should you?
A) use the form's me.filter
b) use a value on the underlying query for the forms data set to the combo box in the form e.g. form!Myforms!combobox and then requery
C) run sql code
I know this is a broad selection. I find that when I use the latter method, which I would prefer, the form doesn't requery very well.
I'd appreciate any advice or help
Regards
John
I have about three combo boxes that users might select from to filter the form in Datasheet view. However, I am never quite sure what the best way to go around this is.
Should you?
A) use the form's me.filter
b) use a value on the underlying query for the forms data set to the combo box in the form e.g. form!Myforms!combobox and then requery
C) run sql code
I know this is a broad selection. I find that when I use the latter method, which I would prefer, the form doesn't requery very well.
I'd appreciate any advice or help
Regards
John