Invoke Function REPLACE from Visual Basic

  • Thread starter Diego Arciniegas
  • Start date
D

Diego Arciniegas

When i invoke the function replace from Visual Basic i get this message "The
function is not defined in the expression", I understand that i not may
invoke functions defined in modules from Visual Basic but replace is defined
in the library VBA. ¿It´s possible invoke this function from Visual Basic?
 
D

Dirk Goldgar

Diego Arciniegas said:
When i invoke the function replace from Visual Basic i get this
message "The function is not defined in the expression", I understand
that i not may invoke functions defined in modules from Visual Basic
but replace is defined in the library VBA. ¿It´s possible invoke this
function from Visual Basic?

What version of Access are you using? The Replace function was
introduced with Access 2000.
 
Top