I am trying to put the following code into my DB
-------------------------------------------------------------------------
If Tested = "yes"
Then TestComments.Enabled = True
Else
TestComments.Enabled = False
End If
-------------------------------------------------------------------------
It is meant to enable or disenable a box (TestComments) based on an answer in Tested. However when i get to the Period after Comments, "enabled" is not a choice. The only choice there is "Value" . What could be causing this? How do i fix it?
-------------------------------------------------------------------------
If Tested = "yes"
Then TestComments.Enabled = True
Else
TestComments.Enabled = False
End If
-------------------------------------------------------------------------
It is meant to enable or disenable a box (TestComments) based on an answer in Tested. However when i get to the Period after Comments, "enabled" is not a choice. The only choice there is "Value" . What could be causing this? How do i fix it?
