stormin_norm
Registered User.
- Local time
- Today, 08:00
- Joined
- Apr 23, 2003
- Messages
- 213
I'm scratchin' my head. Why access can get so PICKY!
I've built a report and it runs good.
I created a sub report and it runs perfect stand-alone.
I add the sub-report to the report, and now I'm prompted for a parameter which I never defined.
The prompt is for a parameter named "Student"
The Link Master Field contains Student.StudentID and thats about the only reference with "Student". So I figure I'll change the reports underlying query.
I change the query bound to the report to:
"Select Student.StudentID AS StudentStudentID, ...."
Change the filter on the report to StudentStudentID=3710
Change the Link to the new name StudentStudentID
And now it works, I no longer get prompted.
So WHY the heck did I have to change the underlying query column header to avoid this. My only guess is the FILTER. But then WHY does it run standalone and not when linked? STRANGE.
At least it works now. I'm wasting time with this flippant behavior. Will access truly survive?
-signed
'ripped by reports'
I've built a report and it runs good.
I created a sub report and it runs perfect stand-alone.
I add the sub-report to the report, and now I'm prompted for a parameter which I never defined.
The prompt is for a parameter named "Student"
The Link Master Field contains Student.StudentID and thats about the only reference with "Student". So I figure I'll change the reports underlying query.
I change the query bound to the report to:
"Select Student.StudentID AS StudentStudentID, ...."
Change the filter on the report to StudentStudentID=3710
Change the Link to the new name StudentStudentID
And now it works, I no longer get prompted.
So WHY the heck did I have to change the underlying query column header to avoid this. My only guess is the FILTER. But then WHY does it run standalone and not when linked? STRANGE.
At least it works now. I'm wasting time with this flippant behavior. Will access truly survive?
-signed
'ripped by reports'