P
Pass-the-Reality
I have a List box called "lstOutcome". This list box is tied to the Outcome
Table. Within this Table, there are two columns, Outcome and Results. See
Example Below.
Outcome Result
Answered Question Complete
Escalated Issue Unresolved
If I pick Answered Question from lstOutcome, I want to have my combo box
field called "Status" default to the Result. In this example, lstOutcome
would say Answered Question so my Status field would default to Unresolved.
Status is set up as a Value List with options "Complete" Or "Delete". What
would I need to add to the default value for my Status field?
Table. Within this Table, there are two columns, Outcome and Results. See
Example Below.
Outcome Result
Answered Question Complete
Escalated Issue Unresolved
If I pick Answered Question from lstOutcome, I want to have my combo box
field called "Status" default to the Result. In this example, lstOutcome
would say Answered Question so my Status field would default to Unresolved.
Status is set up as a Value List with options "Complete" Or "Delete". What
would I need to add to the default value for my Status field?