subreport problem?? (1 Viewer)

sssn

New member
Local time
Today, 05:19
Joined
Oct 27, 1999
Messages
7
I have 2 tables in the database, one is the student tbl and one is class detail with classes tken by student info is stored. These 2 tbls are linked in a one to many relationship..fine. Now when I want a report to show the class schedule for each student, I put the student info (name etc) on the main report and made the subreport with the class detail table and linked the Student ID field common in the report and subreport..the problem is the subreport is not showing any data at all..can some one help?
tx in advance..
Sheela
 

Carol

Registered User.
Local time
Today, 05:19
Joined
Jan 15, 2000
Messages
280
First thing I do when my reports are not coming out correctly is run the query and see if the information showing on the query results are what I want. If the query is correct then there is a problem within the report. Make sure that the StudentID field is in both the main and the subreport and the parent/child link is set to this.
 

Users who are viewing this thread

Top Bottom