03Explorer
Technical User
I am designing a database that has some fields that more than one option could be selected. What is a proper method for this type of data to be collected? example below:
Possible Payment Methods: ( )Credit Card, ( )Personal Check, ( )Cash, ( )Debit Card, ( )Money Order, ( )Travelers Check
If the field is called PAYMENT_METHOD, how do I capture the data to that field if these would be check boxes?
Possible Payment Methods: ( )Credit Card, ( )Personal Check, ( )Cash, ( )Debit Card, ( )Money Order, ( )Travelers Check
If the field is called PAYMENT_METHOD, how do I capture the data to that field if these would be check boxes?