This topic is locked
[SOLVED]

 Lookup wizard as checkbox list

11/28/2011 9:49:46 AM
PHPRunner General questions
S
sickacid author

Hi,

is correct use varchar as kind of filed to store data about multiple checkbox list?

C
cgphp 11/28/2011

Try to reformulate your question. It's not very clear.

S
sickacid author 11/28/2011



Hi,

is correct use varchar as kind of filed to store data about multiple checkbox list?


I use 'check list' in lookup wizard, what is the best kind of field to use for data storing? I use varchar, is correct?

C
cgphp 11/28/2011

Yes, if you want to save the checkbox selections in one field

1,2,3,4,5,6....,n



varchar is the right field type.