D
DZ
Greetings
i want to use a function that is located in an open form
in a Query column to perform an action on each record.
What is the sytax for referring to a function located in
an open form?
I tried the following with no success.
NewFieldName: Forms!FormName!FunctionName([Field1])
and
NewFieldName: [Forms]![FormName]!FunctionName([Field1])
Thanks for any suggestions
DZ
i want to use a function that is located in an open form
in a Query column to perform an action on each record.
What is the sytax for referring to a function located in
an open form?
I tried the following with no success.
NewFieldName: Forms!FormName!FunctionName([Field1])
and
NewFieldName: [Forms]![FormName]!FunctionName([Field1])
Thanks for any suggestions
DZ