G
GHawkins
I have a database with a form. It is currently sorted by a unique Transaction
ID, showing the 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, unless I change the
sort order. If I sort it in Descending order - with the newest transactions
first - the filter doesn't work. It looks like it is being applied, 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?
ID, showing the 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, unless I change the
sort order. If I sort it in Descending order - with the newest transactions
first - the filter doesn't work. It looks like it is being applied, 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?