Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report from Unlinked Tables?

Status
Not open for further replies.

fsub

Programmer
Joined
Feb 2, 2006
Messages
60
Location
US
I want to write a report with print items coming from two tables. The tables do not have anything to do with each other and there's no way to link them. Can this be accomplished? If so, how? Crystal 8.5 will not allow unlinked tables...an error "Multiple Starting points" occurs.

Thanks in advance.
 
You could add one of the tables in a subreport, and leave only one table in the main report.

-LB
 
You can either use the second table in a subreport in the report footer, or you might use a Union query in a Command Object.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top