Upgrade DB - Report Fails

S

Sharkbyte

Sry, I just didn't want this to get buried...

Cindy asked:

How are you calling the report? docmd.openreport "[rptName]"

Can you run the report from directly within the database window with
no errors? No. dbl-clicking gets no response, as does selecting Design.

Did you rename the report (to Test) in the code that calls the report? Yes.
 
N

Nick X

Have you tried re-importing the report, or maybe a decompile recompile would
do the trick.
NickX

Sharkbyte said:
Sry, I just didn't want this to get buried...

Cindy asked:

How are you calling the report? docmd.openreport "[rptName]"

Can you run the report from directly within the database window with
no errors? No. dbl-clicking gets no response, as does selecting Design.

Did you rename the report (to Test) in the code that calls the report? Yes.



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
 
Top