G
Guest
I have an app in Access XP that works fine.
On converting to 2003 there is a subform that has a button that executes
DoCmd.RunCommand acCmdFilterByForm
DoCmd.RunCommand acCmdClearGrid
After the user makes the filter selections they click the Apply Filter Icon
at the top.
This works in Access XP but fails to retrun any records in 2003. Also there
is a control on the subform that has it's controlsource as
="Filter " & [Filter]
This also worked XP but under 2003 returns #Name?.
The filter can be from any combination of fields, oddly the filter can be
applied from the Advanced Query under either version, this is not really a
solution since my users freak with the Advanced Query and have gotten to
enjoy the acCmdFilterByForm.
Is there a simple solution to my dilemma?
Thanks
On converting to 2003 there is a subform that has a button that executes
DoCmd.RunCommand acCmdFilterByForm
DoCmd.RunCommand acCmdClearGrid
After the user makes the filter selections they click the Apply Filter Icon
at the top.
This works in Access XP but fails to retrun any records in 2003. Also there
is a control on the subform that has it's controlsource as
="Filter " & [Filter]
This also worked XP but under 2003 returns #Name?.
The filter can be from any combination of fields, oddly the filter can be
applied from the Advanced Query under either version, this is not really a
solution since my users freak with the Advanced Query and have gotten to
enjoy the acCmdFilterByForm.
Is there a simple solution to my dilemma?
Thanks