G
Guest
I have set up a form with 10 fields set up as combo boxes. I pull values for
those boxes from source table (10 columns, one for each field in the form). I
would like to be able to check one check box on the box so that default
values will appear in all 10 combo boxes. I guess it should be something like
this
if check box is 1 (checked) then field 1 = this value
if check box is 1 (checked) then field 2 = this1 value
I do not know how to write the correct expression. ALso, I do not want to
lose the ability to pull different values from source table, in case I do not
want default value.
I hope it is clear explanation.
Thanks
those boxes from source table (10 columns, one for each field in the form). I
would like to be able to check one check box on the box so that default
values will appear in all 10 combo boxes. I guess it should be something like
this
if check box is 1 (checked) then field 1 = this value
if check box is 1 (checked) then field 2 = this1 value
I do not know how to write the correct expression. ALso, I do not want to
lose the ability to pull different values from source table, in case I do not
want default value.
I hope it is clear explanation.
Thanks