Hide/Unhide subform field Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I got a bound combo on the main form and I would like to make a field in the
subform hide when i choose a particular value from the bound combo in the
main frm but would unhide for the for other values...

I think I will have to put some code in the afterupdate event of the bound
combo but I am not really sure how to go bout getting this... can anyone help?

Thanks so much
 
If the subform is in continuous view, you cannot selectively set the Visible
property of the controls on different rows of the subform.

In Access 2000 and later, you can kind of simulate it with Conditional
Formatting, by setting the ForeColor of the control to the same as its
BackColor, or setting its BackColor so it looks disabled. Stephen Lebans has
an example at:
www.lebans.com
 
Back
Top