
How to Use Access module functions via VB app with ADO
I have created several public functions in an Access 2000
VBA module that are the equivalent of the Oracle PLSQL
datetime functions (Round,Trunc,Add_Month...). If I create
an Access Query using these functions the Query is
successful when run from inside Access. However, if I
write a VB program using ADO and the Jet 4 provider and
try to execute this Query...ADO returns a error that my
custom functions are not defined. How do I make these
functions available to the external world?