Writing code without macros.

J

Jerry C

Can you write code to place custom toolbars above an
application.
Right now I use macros to do this, but when using Access
2003 you get a message warning that macros can harm your
computer and you should set your security to Low.

I ship my application out to several users and this
warning message may cause concern by the end user.

Can a complex application be coded to avoid macros?
 
G

George Nicholson

Using either macros or code will cause those security warnings.

But yes, AFAIK, anything you can do in macros can be done in code. The only
macro I ever use is AutoExec when my app starts, and all it does is call
code.
 

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

Top