B
bock
I have a subform which contains a single text box. Depending on the record
id, this field does or does not contain data (which is okay).
On the main form, I would like to NOT SHOW the subform's field when the
field's value is null.
I have already set all format propeties (border, navigation buttons, record
selector) = NO, so I won't display anything but the actual text field.
Currently, however, I still show the "white background" when the subform's
textfield is null.
So, here's my question... how do I hide the subform's textbox -- on the MAIN
form -- when the subform's textbox is empty?
Thanks,
Tom
id, this field does or does not contain data (which is okay).
On the main form, I would like to NOT SHOW the subform's field when the
field's value is null.
I have already set all format propeties (border, navigation buttons, record
selector) = NO, so I won't display anything but the actual text field.
Currently, however, I still show the "white background" when the subform's
textfield is null.
So, here's my question... how do I hide the subform's textbox -- on the MAIN
form -- when the subform's textbox is empty?
Thanks,
Tom