Linking Modules

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I am new to Access so please bear with this question.

When A VBA/Access program is linked to a Module how do you find out what the
Module name is that is link? Starting from a VBA Code window.

Thank You for any help!
 
You don't really link to a module. In any case, there's no way to know the
name of the module through VBA.
 
Amour said:
Hi, I am new to Access so please bear with this question.

When A VBA/Access program is linked to a Module how do you find out what the
Module name is that is link? Starting from a VBA Code window.

Why do you need to know the module name?

If you have a function or subroutine name, right click on it. Then
choose the Definition line and you will go right to the
function/subroutine.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Back
Top