I have one form (called Sheet 1) that has a pull down box called status. On a second form (called Sheet 2), I also have a pull down box called status. However they have different values in the pull down box.
If the user in form one selects "Ready, " and clicks submit, I want the form 2 status pull down box to automatically select the value " filed".
If form 1 value for status=Ready
Then form 2 value for status=Filed
I would appreciate some help. Thankyou.
If the user in form one selects "Ready, " and clicks submit, I want the form 2 status pull down box to automatically select the value " filed".
If form 1 value for status=Ready
Then form 2 value for status=Filed
I would appreciate some help. Thankyou.