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...