J
Jim Dalrymple
I am passing a date variable(code is in a form) to a
public function of a class module. When I step through
the code in the class, the argument is correctly updated
to the new value. However, when control goes back to the
calling Form-based Private function, the date variable is
not updated.
I've checked and re-checked the code. I have another proc
that does the exact same thing and it works. What could
be happening here?
Thanks for the help!
public function of a class module. When I step through
the code in the class, the argument is correctly updated
to the new value. However, when control goes back to the
calling Form-based Private function, the date variable is
not updated.
I've checked and re-checked the code. I have another proc
that does the exact same thing and it works. What could
be happening here?
Thanks for the help!