B
Byron
Try placing code in the OnCurrent event of your form that
will check the value of your check box and then make the
label visible if it is true or not visible if it is false.
HTH
Byron
when the box is checked as completed that states "Job
Completed" I have done this using and after update event
on the checkbox and it works when the box is checked,
HOWEVER, if i go to the next record, or any other record
the label stays visible regardless if the checkbox for that
record is checked completed or not. what should I do to
fix this?
will check the value of your check box and then make the
label visible if it is true or not visible if it is false.
HTH
Byron
particular job's progress. I want to have a label pop up-----Original Message-----
Ok, I have a check box on my form that pertains to a
when the box is checked as completed that states "Job
Completed" I have done this using and after update event
on the checkbox and it works when the box is checked,
HOWEVER, if i go to the next record, or any other record
the label stays visible regardless if the checkbox for that
record is checked completed or not. what should I do to
fix this?