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

Export to ODBC - "no valid data source for this report" error 1

Status
Not open for further replies.

senamuna

Programmer
Nov 21, 2006
16
0
0
CA
Hi,

I Use CR XI.
I am trying to export a Crystal report to an Access database. I have set up the data sources, but when I try to export, I get the error "Failed to export the report. There is no valid datasource for this report. ODBC export cancelled". Then I tried to export to other ODBC formats to test, but the result is the same.

Thanks for any advise.
 
Exporting requires that the output of the report be in a table format.

Plus an export means that you are creating and writing toa new table, Crystal won't append orinsert data into an existing table.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top