I have a qury which takes two parameters ProjectId and ResourceCategor y. I have created a form which has these two comboboxex for user to enter the parameters. When user hits preview report, this query runs and report bound to this query opens.
I want something like this:
1. If user enters both ProjectID and ResourceCategor y both, the query should filter with "ProjectId and ResourceCategor y"
2. If user only enters only ProjectID, it should not mind about the Resource Category.
Any hints??
Thanks
I want something like this:
1. If user enters both ProjectID and ResourceCategor y both, the query should filter with "ProjectId and ResourceCategor y"
2. If user only enters only ProjectID, it should not mind about the Resource Category.
Any hints??
Thanks
Comment