If I create a new database application (applicationX), add a module and then add a new function called HelloWorld with a required parameter
and then call that function by typing HELLOWORLD, Access automatically corrects the capitalization to match the function declaration (HelloWorld).
If I MOVE the module containing HelloWorld into another database application (applicationY) and add a reference to applicationY to applicationX's reference
list, Access finds the HelloWorld function and prompts me for the required parameter, but it DOES NOT automatically correct the capitalization. HELLOWORLD
remains HELLOWORLD and not HelloWorld.
Just wondering why???
and then call that function by typing HELLOWORLD, Access automatically corrects the capitalization to match the function declaration (HelloWorld).
If I MOVE the module containing HelloWorld into another database application (applicationY) and add a reference to applicationY to applicationX's reference
list, Access finds the HelloWorld function and prompts me for the required parameter, but it DOES NOT automatically correct the capitalization. HELLOWORLD
remains HELLOWORLD and not HelloWorld.
Just wondering why???