calling access report from asp page error
hi everybody
i am trying to execute code for calling access report from my asp interface.
Set objAcc = Server.CreateObject("Access.Application")
objAcc.Visible="False"
objAcc.OpenCurrentDatabase ("database physical path")
I have configure security setting to overcome security error.But now i m getting error :
You entered an expression that has an invalid reference to the property Visible
and if i just omit that statment.i couldn't load the database.so can anybody pls give me some idea to overcome this err.
thanx in advance
rigs
|