Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
Opening Access from a windows service
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="David H, post: 13504915"] The error message suggests that its security related. Since an Access database can contain VBA code which can be executed automatically, its probably a precaution against anything ontoward from happening. You might be able to pull it off by going with a VBScript that opens the designated *.mdb file using the command line switch that automatically calls a macro. The macro of course would use the RunCode Macro action to turn control over to the VBA module. However, and a BIG however, is that the information that I've read generally suggests that Office apps should *not* be run on a server. I don't recall all of the specifics. Google around and you should be able to get additional and more specific information. A viable alternative is to set up a PC and let the PC handle the work. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
Opening Access from a windows service
Top