janith
CPA
- Local time
- Tomorrow, 00:00
- Joined
- Apr 11, 2012
- Messages
- 65
Hi,
I want to enable a button on the form based on either 2 values
If txname.value = " vb- 99453037" or "43331954" then
Button. Enabled = true
Else
Button. Enabled = false
It only works for first value (vb-99453037)and not for both any suggestions??
I want to enable a button on the form based on either 2 values
If txname.value = " vb- 99453037" or "43331954" then
Button. Enabled = true
Else
Button. Enabled = false
It only works for first value (vb-99453037)and not for both any suggestions??