My problem is that once the user click on a button, a label would be visible. That part I got it. But after they go to the next record, I want the label to disappear. However, that is not happening.
Basically, the only time the label appears is when a user click on the specified button for that specified record only.
However, it wouldn’t work because the label appear once the button is clicked, and it keeps on appearing for the following record after that.
Currently, I’ve tried using the Form Property, After Update (Event Procedure) -> Me.lblTest.Visible = False
Any suggestion on how to get it fixed.
Thank you ahead of time for your help.
Basically, the only time the label appears is when a user click on the specified button for that specified record only.
However, it wouldn’t work because the label appear once the button is clicked, and it keeps on appearing for the following record after that.
Currently, I’ve tried using the Form Property, After Update (Event Procedure) -> Me.lblTest.Visible = False
Any suggestion on how to get it fixed.
Thank you ahead of time for your help.