views:

223

answers:

1

I'm having an issue with program distributed via Microsoft Access runtime. It runs an autoexec macro at the beginning to run a piece of code. I've done all the security setting and trusted zone settings, but the error seems to crop up on Windows 7 installations.

Ideally, I'd just like to have the code run automatically without the autoexec macro. Is there any way to do this?

+1  A: 

I just read that you could set the starting form with Access options. Then I could run the code from the "OnLoad" event. That might work...

Jack BeNimble
+1 I generally use a start-up form, but it will not help with security problems, from the point of view of macro security, for 'macro' read 'any code'.
Remou