Recent content by helmat

  1. H

    automation problem

    yeah, it would be really great if it was as simple as this. but this mistake was just in the thread, not in the program code.... so repairing a thread was easy, but what about the rest?
  2. 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")...
  3. 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