renaming a module

  • Thread starter Christopher Glaeser
  • Start date
C

Christopher Glaeser

I have a name conflict between a subroutine and module. How do you rename a
module once it has been saved? Do you prefix your module names (e.g.
modXXXXX) to avoid name conflicts?

Best,
Christopher
 
M

Mark M

In your database window, choose the Modules tab, right-click on the module
you want, choose "rename" and then give it a new name. Generally, people
preface the module name with "mod"; like modGlobalFunctions, or
modDataManipulation, etc.
 
C

Christopher Glaeser

In your database window, choose the Modules tab, right-click on the module

Many thanks, I see it now. I was trying to change the name in the VB
window, and I don't think it's an option there.

Best,
Christopher
 
Top