GregTheGeek
Programmer
I have a back-end MDE (BE) that holds my functions, subs, and class modules. I then have this BE MDE referenced in my front-end (FE) MDB. Everything was great... until today.
This thread gives a good idea of what I'm trying to do, but comes just short of giving the answer I need:
thread705-968486
My issue:
I wrote a function in my BE that opens a form prompting the user for the parameters needed to link a mySQL table. This all works well. Now, in the FE, I want to call this function from a macro so the user doesn't have to resort to using the immediate window. How do I reference this function from within macro designer? Everything I have tried results in an error stating the function could not be found.
I have temporarily gotten around this by creating a wrapper function in my FE that simply calls the function in the BE. However, I don't want to have to do this in *EVERY* MDB that references the BE MDE.
Thanks in advance!
GTG
This thread gives a good idea of what I'm trying to do, but comes just short of giving the answer I need:
thread705-968486
My issue:
I wrote a function in my BE that opens a form prompting the user for the parameters needed to link a mySQL table. This all works well. Now, in the FE, I want to call this function from a macro so the user doesn't have to resort to using the immediate window. How do I reference this function from within macro designer? Everything I have tried results in an error stating the function could not be found.
I have temporarily gotten around this by creating a wrapper function in my FE that simply calls the function in the BE. However, I don't want to have to do this in *EVERY* MDB that references the BE MDE.
Thanks in advance!
GTG