I'm sure I'm doing something really stupid here. I've created a form with a "Filters" section at the top. Basically there are four combo boxes here which the user can use to filter the data in the main section of the form. There's some VB code to create a SQL string based on the values in these combo boxes and then update the query the form is based on with this string. This works fine (when I check the query it returns the correct records). My problem is, I can't get the form to show the filtered data without closing it and opening it again.I'm using
me.Refresh
to try to do this. Any ideas?
me.Refresh
to try to do this. Any ideas?