meenctg
Learn24bd
- Local time
- Tomorrow, 05:49
- Joined
- May 8, 2012
- Messages
- 133
I have a report base on my table. Here a check box. I wanna show two label text hide/show base on when check is true or false. It will be when report will be open. I have try this but nothing is happened. Please any body help me
Code:
If AffecteAc= True Then
affected.Visible = True
general.Visible = False
End If