bubbasmith99
Senior member
I am working on a customer service database. There are four different customer service call types that appear as checkboxes. After taking in a call, a CSR can check off just one or they can check off all 4.
These check boxes are a complete pain in the backside when I attempt to run queries on the different types of customer service call types. So I want to create a field in the table that will automatically generate the call type(s) based on whether or not the corresponding checkboxes have been checked off.
So, for instance, if
Blue [x]
Red [ ]
Green [ ]
White [ ]
then the hidden field would just read "blue"
if
Blue [x]
Red [ ]
Green [x]
White [ ]
then the hidden field would read "blue green"
if
Blue [x]
Red [x]
Green [x]
White [x]
then the hidden field would read "blue red green white"
Does anybody have any idea how i would go about doing this? Thanks for your help.
These check boxes are a complete pain in the backside when I attempt to run queries on the different types of customer service call types. So I want to create a field in the table that will automatically generate the call type(s) based on whether or not the corresponding checkboxes have been checked off.
So, for instance, if
Blue [x]
Red [ ]
Green [ ]
White [ ]
then the hidden field would just read "blue"
if
Blue [x]
Red [ ]
Green [x]
White [ ]
then the hidden field would read "blue green"
if
Blue [x]
Red [x]
Green [x]
White [x]
then the hidden field would read "blue red green white"
Does anybody have any idea how i would go about doing this? Thanks for your help.