Created Module now getting rtrim compile error

  • Thread starter Thread starter shelli
  • Start date Start date
S

shelli

Guest
I am new to modules - I found code on this site to convert numbers to words and I created a module and copied the code into the module. After doing this - all my queries that use rtrim are giving compile errors. If I remove the module - I don't get the compile errors.
 
references?

Check under the VB Tools menu for your references. Make sure that all references required are checked... possibly VBA for this function.
 
Also make sure that you did not save the module with the same name as a function

Peter
 

Users who are viewing this thread

Back
Top Bottom