J
John B. Smotherman
OK, here's a strange one - well strange to me anyway. I've declared a
function in a module using mixed case:
Function TMDE_Category (FormName As Form)
The function is called by the VBA code behind two different forms. I noticed
the other day that it appeared in the module as
Function tmde_category(FormName As Form)
Obviously, this isn't preventing the database application from running, but
I can't figure out why it changed. I changed it back to the mixed case
declaration, saved the module, exited the app, reopened it and looked. The
function had changed back to the all lowercase declaration.
Can anyone tell me why this is happening?
TIA
function in a module using mixed case:
Function TMDE_Category (FormName As Form)
The function is called by the VBA code behind two different forms. I noticed
the other day that it appeared in the module as
Function tmde_category(FormName As Form)
Obviously, this isn't preventing the database application from running, but
I can't figure out why it changed. I changed it back to the mixed case
declaration, saved the module, exited the app, reopened it and looked. The
function had changed back to the all lowercase declaration.
Can anyone tell me why this is happening?
TIA