Extend the calling of Custom Functions by including Module name

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

Guest

Currently we can not address functions with Identical names but in other
modules.

Is it possible to extend this functionality so we can prefix the Functions
with their Module names as we can do in vba.
 
You can specify a procedure by it's module name. For instance, from
Northwind: Startup.OpenStartup
 
Sorry I was not clear enough :

You can't call a function in a query prefixing it with the module name
whereas this is possible in VBA.

- Raoul



[MVP] S.Clark said:
You can specify a procedure by it's module name. For instance, from
Northwind: Startup.OpenStartup
 

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

Back
Top