S
Steve S
Is it worth the effort to convert all (or most) of the form control
references such as 'Forms!FormName!Control' to public variables? Are public
variables nore efficient than direct form references? Is referencing the
value of a form control in a query best done with a direct reference or with
a function to retieive a public variable.
Also does anyone have a generic function that can be used to retrieve any
public variable: both string and numeric values? Right now I have a function
for each public variable that I use in a query
Thoughts, comments, and suggestions???
references such as 'Forms!FormName!Control' to public variables? Are public
variables nore efficient than direct form references? Is referencing the
value of a form control in a query best done with a direct reference or with
a function to retieive a public variable.
Also does anyone have a generic function that can be used to retrieve any
public variable: both string and numeric values? Right now I have a function
for each public variable that I use in a query
Thoughts, comments, and suggestions???