S
Stu
I have defined a function: Function iFileCount(sID as string) as integer
If I put the following into the control source of an unbound report field
the function works fine: =iFileCount("9999")
Question: Is there a way to make the sID parameter a variable that is
another field on the current record of the report? Such as
=iFileCount(me.IDField). Or some other way maybe bu using a query and/or
sub-report?
Tnx
If I put the following into the control source of an unbound report field
the function works fine: =iFileCount("9999")
Question: Is there a way to make the sID parameter a variable that is
another field on the current record of the report? Such as
=iFileCount(me.IDField). Or some other way maybe bu using a query and/or
sub-report?
Tnx