R
Roger Withnell
If I address a control (text or combo box) directly I can change it to
whatever.
If it's name is vControl, then vControl = NULL does the trick.
But if I pass vControl to a function, vControl = Null in the function does
not work.
How do I address the value of a control that has been passed to a function?
Your help very much appreciated.
whatever.
If it's name is vControl, then vControl = NULL does the trick.
But if I pass vControl to a function, vControl = Null in the function does
not work.
How do I address the value of a control that has been passed to a function?
Your help very much appreciated.