RosscoPeco
New member
- Local time
- Tomorrow, 04:35
- Joined
- Sep 16, 2012
- Messages
- 3
Hi there
I am using Access 2010 and displaying the contents of a query in a form. When I click on one of the column headers (ie where you sort and filter) I get the above error. I can click Ok and then am able to sort the column but it doesn't show any of the values to filter on. Not sure where to start fixing as it is an in built function of access.
It is also strange that I have code in my form that applies a filter to the office and department fields, but when the form loads no filter is applied and I don't get an error on these fields. Hope this makes sense.
The query that the form is based on is below if that helps:
SELECT [FY2012 Source].[Staff Code], [FY2012 Source].[Surname], [FY2012 Source].[Preferred Name], [FY2012 Source].[Date Joined], [FY2012 Source].[Department], [FY2012 Source].[Office], [FY2012 Source].[Draft Grade], [FY2012 Source].[Proposed Grade], [FY2012 Source].[Participating in review process] FROM [FY2012 Source];
Any help would be appreciated.
I am using Access 2010 and displaying the contents of a query in a form. When I click on one of the column headers (ie where you sort and filter) I get the above error. I can click Ok and then am able to sort the column but it doesn't show any of the values to filter on. Not sure where to start fixing as it is an in built function of access.
It is also strange that I have code in my form that applies a filter to the office and department fields, but when the form loads no filter is applied and I don't get an error on these fields. Hope this makes sense.
The query that the form is based on is below if that helps:
SELECT [FY2012 Source].[Staff Code], [FY2012 Source].[Surname], [FY2012 Source].[Preferred Name], [FY2012 Source].[Date Joined], [FY2012 Source].[Department], [FY2012 Source].[Office], [FY2012 Source].[Draft Grade], [FY2012 Source].[Proposed Grade], [FY2012 Source].[Participating in review process] FROM [FY2012 Source];
Any help would be appreciated.