I have a unbound textbox on the parent form to show either VACANT OR OCCUPIED depending is a chkbox is yes in a field on the subform. Im using a continueous subform to that is automatically checked when a dateout is entered. How can I get the textbox to show Vacant if the yes/no is has a tick in it.
Im not exactly sure how to write the syntax and where to place it.
I need somethings like this.
if chkActive is yes then txtVacanyStatus is OCCUPIED.
hope this makes sense.
Im not exactly sure how to write the syntax and where to place it.
I need somethings like this.
if chkActive is yes then txtVacanyStatus is OCCUPIED.
hope this makes sense.