RossWindows
Que?
- Local time
- Today, 03:44
- Joined
- Feb 25, 2008
- Messages
- 410
I have a form that is set to Single Form. It has a subform.
The form has navigation buttons on the bottom and it allows me to 'browse' through all the records.
I have the filter/sort buttons on my menu bar, but they are greyed out.
Even when I right-click on a field to filter by selection or something, the filter/sort options do not enable.
The form's open event has an openargs statement that uses docmd.findrecord. I thought that might be the cause, but even when I comment out that code, or open the form without any openargs, I still can't get the sort/filter options to enable..
Does anybody have an idea of what I might be doing wrong?
Correction: The sort-Asc & sort-Desc options are enabled but not the filter options
Also, I just noticed something that may be of importance:
The 'Remove Filter/Sort" option is also enabled, but the form's open event does not filter anything and in the form's properties:
Filter = blank
Allow Filters = Yes
The form has navigation buttons on the bottom and it allows me to 'browse' through all the records.
I have the filter/sort buttons on my menu bar, but they are greyed out.
Even when I right-click on a field to filter by selection or something, the filter/sort options do not enable.
The form's open event has an openargs statement that uses docmd.findrecord. I thought that might be the cause, but even when I comment out that code, or open the form without any openargs, I still can't get the sort/filter options to enable..
Does anybody have an idea of what I might be doing wrong?
Correction: The sort-Asc & sort-Desc options are enabled but not the filter options
Also, I just noticed something that may be of importance:
The 'Remove Filter/Sort" option is also enabled, but the form's open event does not filter anything and in the form's properties:
Filter = blank
Allow Filters = Yes
Last edited: