Search results

  1. C

    Access 2007/2010's lack of automatic capitalization of function names in an external library

    The function was cut from applicationX and pasted into a module in applicationY (import would produce the same results). Here are the 2 dummy apps (x & y). Notice the sample function in module1 in applicationX runs and produces output, but the function name used in applicationY is not...
  2. C

    Access 2007/2010's lack of automatic capitalization of function names in an external library

    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...
Back
Top Bottom