I would urge you to adopt a better naming convention. You should never name a module the same name as any function.Originally Posted by adamsm
I find it best to prefix all module with mod and all function name with a f
So you r module would have the name: modConvertCurrencyToEnglish
the function would have the name: fConvertCurrencyToEnglish
This way the names are unique and will not confuse Access.