I'm displaying records for update in a list box on a form. All works fine for the full record set, but I want to be able to apply a filter to just work on a subset (Ie: previous months records only).
I'm using command buttons to apply the filter and to remove it and I know these are working from the number of records displayed on the record selectors but I can't get the list box to show only the filtered records. After ploughing through the manuals, I've tried refresh, requery and repaint but none of them seem to work. Any suggestions please?
I'm using command buttons to apply the filter and to remove it and I know these are working from the number of records displayed on the record selectors but I can't get the list box to show only the filtered records. After ploughing through the manuals, I've tried refresh, requery and repaint but none of them seem to work. Any suggestions please?