associates
Registered User.
- Local time
- Today, 11:01
- Joined
- Jan 5, 2006
- Messages
- 94
Hi,
I was wondering if anyone might be able to help me here. In the report, when there is no data, the "error" comes out on every fields. My question is
For example in a table called student
studID FirstName LastName Address Course
1000 Michael Fox 34 Phillips st Science
1001
1002 Huge Gret 23 Pounted rd Science
1003 Benjamin Meyer 1 Canterbury rd Science
Assuming there is a form that has a listbox that shows a list of students information and a button for viewing their details. When user wants to see studID 1000, all he does is select the studID 1000 and click button "view". A report shows up with all the details of the 1000 student ID. It has no problem printing the result with studID: 1002 and 1003. But when he want to see the studID 1001, in the report,
studID: Error
FirstName: Error
LastName: Error
...
My question is if it's possible for me in the report to be able to know the linkcriteria so that i know that the user selected studID 1001. Because i have tried to figure out what the selected studID was but all i got is the "error" eventhough there is a value for studID in the case of 1001. Is this possible or something that is beyond our control? All I need to be able to work out is what studID is selected in the event of nodata.
I hope i can explain it well.
I was wondering if anyone might be able to help me here. In the report, when there is no data, the "error" comes out on every fields. My question is
For example in a table called student
studID FirstName LastName Address Course
1000 Michael Fox 34 Phillips st Science
1001
1002 Huge Gret 23 Pounted rd Science
1003 Benjamin Meyer 1 Canterbury rd Science
Assuming there is a form that has a listbox that shows a list of students information and a button for viewing their details. When user wants to see studID 1000, all he does is select the studID 1000 and click button "view". A report shows up with all the details of the 1000 student ID. It has no problem printing the result with studID: 1002 and 1003. But when he want to see the studID 1001, in the report,
studID: Error
FirstName: Error
LastName: Error
...
My question is if it's possible for me in the report to be able to know the linkcriteria so that i know that the user selected studID 1001. Because i have tried to figure out what the selected studID was but all i got is the "error" eventhough there is a value for studID in the case of 1001. Is this possible or something that is beyond our control? All I need to be able to work out is what studID is selected in the event of nodata.
I hope i can explain it well.