W
Warren Tolentino
I had about more than 15 field that I needed to include on the where clause
when calling the report from a form. Using the command:
DoCmd.OpenReport stDocName, acPreview, , vDefWhere
* Where vDefWhere is String that have the filter definitions
Now I am having problems that I get an error:
The filter operation was cancelled. The filter would be too long.
Is there other way around to fix the issue without having to reduce the
fields involved?
when calling the report from a form. Using the command:
DoCmd.OpenReport stDocName, acPreview, , vDefWhere
* Where vDefWhere is String that have the filter definitions
Now I am having problems that I get an error:
The filter operation was cancelled. The filter would be too long.
Is there other way around to fix the issue without having to reduce the
fields involved?