Recent content by bemo

  1. B

    Hide objects in report based on text in text box.

    Thank you so much for your reply. Based on your response, I added a combo box to my form labeled Union with a "Yes" or "No" selection. I named it cboUnion. I have a text box on my report named txtUnion with the visible property set to no. I want to reference that text box: if it's a "Yes"...
  2. B

    Hide objects in report based on text in text box.

    I need to hide a label and text box in a report based on the text in a text box. For instance: If an employee is a Union Member, I need to hide some objects, and for the Non Union Member, leave them in place. I figured out how to hide the objects in the report using VBA, but I don't know how...
Back
Top Bottom