Hey,

I am trying to make a distributable program with an access database. I can read and update the database fine with ADO or DAO, but I have a problem with the report. I have created a report in the database that I want to access from VB. I can print it out and manipulate it by creating an Access object, and it works great, but the user must have Access installed. Is there any way that I can distribute this app to users who do not have a copy of Access? I tried the Office Developer Tools for the Access Runtime, but I haven't gotten any results from that. I do get a runtime error: Automation Error (it translates to RPC Server is not listening) Any advice from anyone? Thanks!


VB6SP3