|
-
Dec 4th, 2001, 05:23 PM
#1
Thread Starter
New Member
run module from external DB
I am running a form and I need to run a module from an external database
Any ideas on how to call it?
-
Dec 4th, 2001, 06:15 PM
#2
Do you mean a module inside an access database? The only way I think that you can do it (although I've been wrong before) is to declare an Access object and open the database that way. You can reach the Module that way. You know like:
dim appAccess as new Application.Access with a reference to the Access object in your project.
-
Dec 4th, 2001, 06:22 PM
#3
Thread Starter
New Member
ya I am running an mdb and I want to open the other mdb and run a module
I can't seem to get around the syntax
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|