Report / Form Correlation

C

CLSWL

I have 2 forms and a report.

Things occur in the following sequence...
Form filter report: allows the user to pick the data that will show up on
the report.
Report: automatically opens sort form
Sort Form: Allows user to sort the report. When the sort button is clicked
the report automatically opens and closes (OrderBy is being changed),
applying the sort.

Problem: The Filter Report form filters the report properly. The Sort Form
sorts the report properly, BUT all three don't work well together.
After 3 sorts there is an error "filter is too long".

For some reason when the report is closed and opened the filter looks like
this:
"Filter AND Filter"

then after another time

"Filter AND Filter AND Filter"

then there is an error because the filter would be too long.


How can I capture this error and fix it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top