D
Dennis Snelgrove
I've got a form (frmShiftVariables) where I've got textboxes holding a
number of values that I want kept for the duration of the session. The boxes
were able to be referenced with no problems until I changed the Form's "Has
Module" property to No. All of a sudden, I'm getting "Object Required"
errors whenever anything tries to reference the textboxes. As soon as I put
a module back on the form, it worked fine again. I know how to solve this,
but I don't understand *why* it happened. Can anyone explain the logic
underlying this?
Thanks...
number of values that I want kept for the duration of the session. The boxes
were able to be referenced with no problems until I changed the Form's "Has
Module" property to No. All of a sudden, I'm getting "Object Required"
errors whenever anything tries to reference the textboxes. As soon as I put
a module back on the form, it worked fine again. I know how to solve this,
but I don't understand *why* it happened. Can anyone explain the logic
underlying this?
Thanks...