Real Wally
Registered User.
- Local time
- Today, 00:04
- Joined
- Jan 28, 2003
- Messages
- 107
Hi,
I have a form with a button that I'd like to be visible or not depending on the text in a field on that form.
I only want the button to be visible when the field txtwhere on the form reads EP.
This doesn't work:
If me.txtwhere.txt = ep then
me.btnShow.visible = true
else
me.btnShow.visible = false
end if
What does?
Thanks,
Wally
I have a form with a button that I'd like to be visible or not depending on the text in a field on that form.
I only want the button to be visible when the field txtwhere on the form reads EP.
This doesn't work:
If me.txtwhere.txt = ep then
me.btnShow.visible = true
else
me.btnShow.visible = false
end if
What does?
Thanks,
Wally