G
Guest
Hello,
I have a db that I am working on that needs to use code developed in VB.
This code is supposed to be pasted into a module and functions called from
it. I have pasted the code and went to compile it and received a sub or
function not defined error on the line of code below.
FDB_AEXP_Dateinamen = BOOL(FDB_VB_AEXP_DATEINAMEN(sDatNam, sIndNam, sStatus))
The error is on the Bool. The FDB_VB_AEXP_DATEINAMEN returns a value of Long.
Any suggestions on how to handle this in VBA.
TIA,
Tasha
I have a db that I am working on that needs to use code developed in VB.
This code is supposed to be pasted into a module and functions called from
it. I have pasted the code and went to compile it and received a sub or
function not defined error on the line of code below.
FDB_AEXP_Dateinamen = BOOL(FDB_VB_AEXP_DATEINAMEN(sDatNam, sIndNam, sStatus))
The error is on the Bool. The FDB_VB_AEXP_DATEINAMEN returns a value of Long.
Any suggestions on how to handle this in VBA.
TIA,
Tasha