A
Alex
Hi anyone,
Here is my question:
I have a function that returns some result.
As a passing-in variable there is a string containing the
name of a form:
function A (strNameForm as String) as boolean.
if Forms!"strNameForm".RecordsetClone.RecordsCount then...
a = true
end if
What is the proper way to put strNameForm in this
expression?
The ways I tried it always gives me an error...
Thanks for your advise, Wizards. Respect
Here is my question:
I have a function that returns some result.
As a passing-in variable there is a string containing the
name of a form:
function A (strNameForm as String) as boolean.
if Forms!"strNameForm".RecordsetClone.RecordsCount then...
a = true
end if
What is the proper way to put strNameForm in this
expression?
The ways I tried it always gives me an error...
Thanks for your advise, Wizards. Respect