shachar
this is the code that im using to call the report in ms access, what im trying is to run the report w/out displaying the ms access application..

Dim myobjAccess As New Access.Application
myobjAccess.OpenCurrentDatabase ("h:\GL_ACCOUNTS.MDB")
myobjAccess.DoCmd.OpenReport ("TRANS_YEAR_1_REP")