How to jump to another field based on answer

jkemp

New member
Local time
Today, 04:22
Joined
Apr 17, 2015
Messages
5
I have been trying to figure out how to create a field to that would be available only if a certain answer appears.

In my form I have a field named Issues created with a combo box within the table for this field is "Broken" When Broken answer is selected I want to jump to another combo box "Reason" so the user can select how it is broken.
 
in the issues combobox afterupdate event put

reason.visible=cboIssues="Broken"
 
Thank you for the reply. I have not had the opportunity to test this as I have found some other design flaws that need to be address first.
 

Users who are viewing this thread

Back
Top Bottom