G
Guest
Pleeeaaase Help!
I have a subform that is hidden until a condition is met. So far no
problem. Where I'm running into trouble is after I enter the required
information in the subform I can't get it to go away. I have tried various
ways to rehide it using suggestions from other posts but so far nothing has
worked.
I've tried the following in several different events of the form but keep
getting some kind of error, usually "can't find the form fsubAccessories
referred to"
Forms![fsubAccessories].Visible = False
What is it that I'm doing wrong?
Would greatly appreciated any advice you can give me.
I have a subform that is hidden until a condition is met. So far no
problem. Where I'm running into trouble is after I enter the required
information in the subform I can't get it to go away. I have tried various
ways to rehide it using suggestions from other posts but so far nothing has
worked.
I've tried the following in several different events of the form but keep
getting some kind of error, usually "can't find the form fsubAccessories
referred to"
Forms![fsubAccessories].Visible = False
What is it that I'm doing wrong?
Would greatly appreciated any advice you can give me.