Search results

  1. H

    automation problem

    hello, i'm working with an external database via automation, the code goes quite like this example: 'Declaration of variable in a module. Public app1 As Access.Application ... 'and then this in a sub() Set app1 = CreateObject("Access.Application")...
  2. H

    working with a database from another one?

    i need a form in one database to use the data from the second one. is it possible? :confused: and the second problem is that i need to run some macros in that second db but use the arguments as selected in the form in the first db. can you help please? thanks ;)
Back
Top Bottom