Form Filtering

G

GHawkins

I'm running Access 2003 SP2. I have an ADP database with SQL tables.

I'm working with a form that is currently sorted by a unique Transaction ID,
showing oldest/lowest ID first and the newest/highest ID last. The form has a
button allowing you to apply custom filtering to it. It filters by date
range, category, and subcategory. It works fine, until I change the sort
order. When I sort it in Descending order - with the newest transactions
first - the filter doesn't work. It looks like it's being applied as far as
the screen flashes as it does when running the query, but I can still see all
of the records (on the bottom of the form, where it shows you what record you
are on out of x records).

Is there some type of limitation the filtering function has when your data
is sorted in a certain order? I'm using the ServerFilter and
ServerFilterByForm code to do the filter. Is there a better way to do it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top