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
 
Back
Top