T
TheNovice
Good Morning,
I have a SubForm that I am using for Data Entry, Some of the information is
not necessary to enter if the checkbox has been selected.
Two Fields need to be hidden, One is a Combo-Box (Product) and the other is
a TextBox (ProdDescFormula)
I have tried using the following and am not sure if this is correct. I have
used it in other MDB's but the difference is that this is a SubForm.
Product.Visible = Not NC90
or
Me.Product.Visible = Not NC90
ProdDescFormula.Visible = Not NC90
or
Me.ProdDescFormula.Visible = Not NC90
any and all help or guidance would be appreciated
I have a SubForm that I am using for Data Entry, Some of the information is
not necessary to enter if the checkbox has been selected.
Two Fields need to be hidden, One is a Combo-Box (Product) and the other is
a TextBox (ProdDescFormula)
I have tried using the following and am not sure if this is correct. I have
used it in other MDB's but the difference is that this is a SubForm.
Product.Visible = Not NC90
or
Me.Product.Visible = Not NC90
ProdDescFormula.Visible = Not NC90
or
Me.ProdDescFormula.Visible = Not NC90
any and all help or guidance would be appreciated