D
Doekoe
I want to open from a Access DB another program. I use an Object from
this program which I access with the CreateObject function. I put the
code in the OnClick event of a command button en this works fine. The
program opens with the right information.
Now I would like to use this code from different places so I decided
to put this code in a Function in a Module. The problem I encounter
now is that I get a message that 'This property of method is not
supported by this object'.
What can be te reason that a method is not supported in the function,
but works fine in a forms OnClick event of a button?
Thanks in advance.
Dirk
this program which I access with the CreateObject function. I put the
code in the OnClick event of a command button en this works fine. The
program opens with the right information.
Now I would like to use this code from different places so I decided
to put this code in a Function in a Module. The problem I encounter
now is that I get a message that 'This property of method is not
supported by this object'.
What can be te reason that a method is not supported in the function,
but works fine in a forms OnClick event of a button?
Thanks in advance.
Dirk