tb
Programmer
- May 27, 2003
- 328
Hi guys,
This has just landed in my lap, so here goes ...
We have 8 different databases - so to define the data between them we have a region field.
The first parameter is my Region. No I want my other parameters to take that into account. I found a topic in the Help file and tried to apply it to my report, but without any luck.
Here is the code that I have in my dataset.
="SELECT RepCode, Region, RepName
FROM MSTRRepCodes
WHERE Region = " & (Parameters!Region.Value) &
"ORDER BY Region,RepName"
BUT it does not seem to recognise this code.
Any help would be much appreciated.
Thnx
I was standing in the park, wondering why frisbees got bigger as they came closer... then it hit me!
This has just landed in my lap, so here goes ...
We have 8 different databases - so to define the data between them we have a region field.
The first parameter is my Region. No I want my other parameters to take that into account. I found a topic in the Help file and tried to apply it to my report, but without any luck.
Here is the code that I have in my dataset.
="SELECT RepCode, Region, RepName
FROM MSTRRepCodes
WHERE Region = " & (Parameters!Region.Value) &
"ORDER BY Region,RepName"
BUT it does not seem to recognise this code.
Any help would be much appreciated.
Thnx
I was standing in the park, wondering why frisbees got bigger as they came closer... then it hit me!