Reports are not working with Access 2003

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hvtarn
    New Member
    • Aug 2008
    • 1

    Reports are not working with Access 2003

    Hi all,

    I am testing the reports on the new server with access 2003 installed.
    strFileName = "C:\FILES\prici ngtool\ReportsO ut\test.rtf"
    strDynRptName = "rpt_WebStdQuot eSum"

    DoCmd.OutputTo acOutputReport, strDynRptName, acFormatRTF, strFileName, False

    The problem is the test.rfs is not created at the strFileName location. I am not sure what are missing with the new access 2003. The reports are working fine in the old server with MS access 2000.

    Thanks for your help
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Is this giving you any kind of errors? Do you have any kind of error handler "on error..." in place?

    Jared

    Comment

    Working...