T
Tom Coates
I want to pass the names of a form and an object on that
form to a functioon and then construct a reference using
those parameters. I am having difficulty with the syntax
to construct the reference
function Test(FormName,ObjectName)
debug.print forms!formname.objectname.value
This does not work! Help with the format of the names
(String etc) and the way to construct the reference is
appreciated.
form to a functioon and then construct a reference using
those parameters. I am having difficulty with the syntax
to construct the reference
function Test(FormName,ObjectName)
debug.print forms!formname.objectname.value
This does not work! Help with the format of the names
(String etc) and the way to construct the reference is
appreciated.