Conditionally Format control on continuous form

J

Jessica

I want to conditionally format a textbox to 'hide' a button in my continuous
form that is not applicable if certian criteria is met for another field in
that record. It is working fine except that even when the box is
conditionally formated to show the button, when I click on that area, the
text box is still covering the button, thus I can not click it. Any
suggestions. Geez... I wish I could just make the button invisible if the
criteria wasn't met......
 
J

John Nurick

Hi Jessica,

I try to avoid this sort of trickery - for instance by putting the
button on the form header or footer and enabling or disabling it in the
form's Current event.
 
Top