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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying values from a non-linked table

Status
Not open for further replies.

jbhsuman

Technical User
Nov 11, 2003
68
US
In my previous version of CR 8, I was able to display field information from a table that is not linked to other tables in the report. For example, I have one table that holds the client informaion and does not link to any other table in the database. I want to be able to display the clients name in the report header without hard coding it into the report via a text field.

When I switched to CR 9 I can see the un-linked table, select the field and insert it into the report. However, at print time, the field information is blank. Any idea what I may be doing wrong?
 
Hard to say, but I'd check what the SQL was generating in the original and the difference now, perhaps a cross join? This may have thrown other things off.

Anyway, if you need a sepaate data source, use a subreport.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top