Upgraded DB - Report Fails

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My apologies if this topic has already been addressed. I could not find
anything quite matching this issue, when I searched. Probably poor
keywords...

I am working on an upgraded (97 - 2003) db. When calling a report the db
errors saying report '' could not be found. ('' referring to a blank name)

Obviously the report has a name. There is only 1, in this db, but I did
change the name to a non-existent report, and it returned that 'Test' did not
exist.

Is it possible to get the report to be recognized by the db, or do I need to
attempt to recreate it? I don't have the original db to work with, just the
upgraded one.

Thanks, in advance.

Sharkbyte
 
How are you calling the report?

Can you run the report from directly within the database window with
no errors?

Did you rename the report (to Test) in the code that calls the report?
 
Back
Top