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
 
Back
Top