R
Renee
In the OnCurrent state of my form, if the value of my text
box [txtDistrict] equals "suspend", I want to disable a
command butoon. How do I pass the value of txtReturn
field to a variable to use in an IF/THEN statement to set
my button to Enabled = False.
My button should always be active unless the field
[txtDistrict] = "suspend" (I could use "Enabled"
or "Visible" - really won't matter)
Thanks you for your help - Renee
box [txtDistrict] equals "suspend", I want to disable a
command butoon. How do I pass the value of txtReturn
field to a variable to use in an IF/THEN statement to set
my button to Enabled = False.
My button should always be active unless the field
[txtDistrict] = "suspend" (I could use "Enabled"
or "Visible" - really won't matter)
Thanks you for your help - Renee