Thanks for your reply.

I am getting a 1..which is connected.

However, when I changed the drive location of the program (and associated files)....it is continueing to look at the OLD location.

shouldnt this be being set, with the :

VB Code:
  1. Set objReport = objApp.OpenReport(App.Path & "\Db\" & RptSelect & ".rpt")
  2.        With objReport

??