M
Mohammad Mobin
there are 4 fields in a table/form (3 of them are checkbox and one text) so
the question is:
How i can store a value for each time user puts a checkmark on individual
fields.
Example:
option1 (yes/no checkbox)
option2 (yes/no checkbox)
option3 (yes/no checkbox)
result (text)
when user puts a checkmark on option1 so "New York" should be stored in the
text field and when user puts checkmark on option2 so "New York, London"
should be stored in the text field. (New York as to come from option1
checkmark and London should come from option2)
When user removes checkmark from option1 so the value in text field should
be only "London".
I am looking forward for reply
Thanks
the question is:
How i can store a value for each time user puts a checkmark on individual
fields.
Example:
option1 (yes/no checkbox)
option2 (yes/no checkbox)
option3 (yes/no checkbox)
result (text)
when user puts a checkmark on option1 so "New York" should be stored in the
text field and when user puts checkmark on option2 so "New York, London"
should be stored in the text field. (New York as to come from option1
checkmark and London should come from option2)
When user removes checkmark from option1 so the value in text field should
be only "London".
I am looking forward for reply
Thanks