joesmithf1
Registered User.
- Local time
- Today, 15:54
- Joined
- Oct 5, 2006
- Messages
- 56
Hello All,
I have seen someone that write a script like this:
If menulistONE.Visible = True And NullToZero(menulistONE) = 0 Then
Me!menulistONE.Visible = False
ElseIf menulistTWO.Visible = True And NullToZero(menulistTWO) = 0 Then menulistTWO.Visible = False
What does the Me! do in this case? I have search online and Access Help, but can't seem to find it anywhere.
Thank you!
I have seen someone that write a script like this:
If menulistONE.Visible = True And NullToZero(menulistONE) = 0 Then
Me!menulistONE.Visible = False
ElseIf menulistTWO.Visible = True And NullToZero(menulistTWO) = 0 Then menulistTWO.Visible = False
What does the Me! do in this case? I have search online and Access Help, but can't seem to find it anywhere.
Thank you!