Hi,
I've created a VBA Script in an MSAccess mdb.
Module name: PBProcs
Function in this module: PbFunc
function have no parameters.
The front-end is VFP and I need to run this function PBFunc from the VFP app.
I've tried the following:
None of the above work.
Could some one please help me on this?
Thanks,
Rajesh
I've created a VBA Script in an MSAccess mdb.
Module name: PBProcs
Function in this module: PbFunc
function have no parameters.
The front-end is VFP and I need to run this function PBFunc from the VFP app.
I've tried the following:
Code:
1. SQLEXEC(Handle, "Execute PbFunc")
2. SQLEXEC(Handle, "Execute PbFunc()")
3. SQLExec(Handle, "Procedure PBFunc()")
Could some one please help me on this?
Thanks,
Rajesh