Hi
It's maybe a dummy question but i need help to have something like a subform in my Data Report Form.
Situation: I've got a DB with a Table Name and a Table with Video
The Table Name contents - NameID -Surname -Name -Street
The Table Video contents - VideoID -Title -Author
Now I like to have a Report contains Data "SELECT tbl_Name.*, tbl_Video.* FROM tbl_Name, tbl_Video WHERE tbl_Name.NameID = tbl_Video.VideoID)
In the Report it shows all Information -Surname -Name -Street and in the lower sektion the VideoTitle Author. (so for so good)
when it's return more Recordsets then one it will displays all Data, one per Page. and here ist my Problem.
I need a Report who shows the Data of Name on top of the Report and in the middel Section all Video stuff on one Page.
can someone help me ?
regards
Chris
It's maybe a dummy question but i need help to have something like a subform in my Data Report Form.
Situation: I've got a DB with a Table Name and a Table with Video
The Table Name contents - NameID -Surname -Name -Street
The Table Video contents - VideoID -Title -Author
Now I like to have a Report contains Data "SELECT tbl_Name.*, tbl_Video.* FROM tbl_Name, tbl_Video WHERE tbl_Name.NameID = tbl_Video.VideoID)
In the Report it shows all Information -Surname -Name -Street and in the lower sektion the VideoTitle Author. (so for so good)
when it's return more Recordsets then one it will displays all Data, one per Page. and here ist my Problem.
I need a Report who shows the Data of Name on top of the Report and in the middel Section all Video stuff on one Page.
can someone help me ?
regards
Chris