Extend the calling of Custom Functions by including Module name

J

JaRa

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.
 
M

[MVP] S.Clark

You can specify a procedure by it's module name. For instance, from
Northwind: Startup.OpenStartup
 
J

JaRa

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
 
Top