Results 1 to 3 of 3

Thread: run module from external DB

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    10

    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?
    Fastfry2000

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    10
    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
    Fastfry2000

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width