Q: Automation

  • Thread starter Thread starter Geoff
  • Start date Start date
G

Geoff

Hi

I'm opening an Access object using Automation. I have two problems I need to
sort out. Firstly, I don't want Access to be visible. I have tried

Dim objAccess As New Access.Application
objAccess.Visible = False

but Access still appears. Further, there is a security warning message on
startup with "This file may not be safe...." etc. Is there a way, at
runtime, to stop this appearing?

Thanks in advance

Geoff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top