G
Guest
I know that this looks easy (and it probably is) but this is what I need to do.
I have this code that I can hide a field within the same form
' NI.Visible = Not NB
And this works just fine.
what I would like to do is Hide a Field from a Sub Form and I am hitting a
wall.
I tried this, so please tell me where I am brain dead.
frmDateEntry!product.visible = not NB
Thanks in advance,
I have this code that I can hide a field within the same form
' NI.Visible = Not NB
And this works just fine.
what I would like to do is Hide a Field from a Sub Form and I am hitting a
wall.
I tried this, so please tell me where I am brain dead.
frmDateEntry!product.visible = not NB
Thanks in advance,