Here's an annoying one.
Using Access 2007, I've set up a macro which includes:
RunCode TRK001MCATSPath wayCases ()
The function called is a Public Function.
When running the macro I keep getting an error message:
"The expression you entered has a function name that Microsoft Office Access can't find."
I've tried creating the entry manually as well as using the wizard to find the function. In theory, it's found the function (using the wizard), but when running, it says it can't. When executing it manually, it runs ok.
Any ideas?
Thanks in advance.
Using Access 2007, I've set up a macro which includes:
RunCode TRK001MCATSPath wayCases ()
The function called is a Public Function.
When running the macro I keep getting an error message:
"The expression you entered has a function name that Microsoft Office Access can't find."
I've tried creating the entry manually as well as using the wizard to find the function. In theory, it's found the function (using the wizard), but when running, it says it can't. When executing it manually, it runs ok.
Any ideas?
Thanks in advance.
Comment