J
JimP
What statements are needed to use a function in a different db, assuming the
reference needs to be set via code? e.g. the code below results in the error
"variable not defined" when calling "MyFunction"- something must be missing.
Dim ref as Reference
Set ref = References.AddFromFile("C:\FunctionMdb")
Call FunctionMdb.MyFunction(Parameter1)
reference needs to be set via code? e.g. the code below results in the error
"variable not defined" when calling "MyFunction"- something must be missing.
Dim ref as Reference
Set ref = References.AddFromFile("C:\FunctionMdb")
Call FunctionMdb.MyFunction(Parameter1)