I have a Query that sorts all records by date, then I have a Form that displays them in a better way and I have a Combo box and when you change the selection in the combo box it filters the Query...Like I can Filter it to be only records with Name = Bob or something...
Anyway it works perfectly fine, I used a Macro to call the ApplyFilter..
However my problem is I need some other things to be done when the combo is changed...so my Question is, how can I apply a filter to a Query using VIsual Basic Code, that way I wont need the macro...or can I call a Macro from Visual Basic code?
Thanks for any help
Anyway it works perfectly fine, I used a Macro to call the ApplyFilter..
However my problem is I need some other things to be done when the combo is changed...so my Question is, how can I apply a filter to a Query using VIsual Basic Code, that way I wont need the macro...or can I call a Macro from Visual Basic code?
Thanks for any help