chrismcaniff
Programmer
Hi,
I have a parameter with these choices
Dept 1
Dept 2
Dept 3
If user selects Dept 1, then I want the record selection to only show items in Category 000 to 250. If selects Dept 2, then only show items in Category ranging from 251 to 500. Category is a String field in the database.
Previously I had the Category Ranges as a parameter instead of Depts and this worked fine. But I'd like the user to just select the Dept and have the report translate to the correct Category Range and then display records based on this.
I am not sure how to do this, any help would be really appreciated ?
I have a parameter with these choices
Dept 1
Dept 2
Dept 3
If user selects Dept 1, then I want the record selection to only show items in Category 000 to 250. If selects Dept 2, then only show items in Category ranging from 251 to 500. Category is a String field in the database.
Previously I had the Category Ranges as a parameter instead of Depts and this worked fine. But I'd like the user to just select the Dept and have the report translate to the correct Category Range and then display records based on this.
I am not sure how to do this, any help would be really appreciated ?