VBA function changing name

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
 
B

BruceM via AccessMonster.com

I am monitoring this thread because I am curious about the situation. I
don't have anything to suggest, but I have noted this posting appears twice.
I suggest responses to this question be placed in the other thread, which was
posted about an hour after this one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top