R
Rick
My database requires some fields to be multiple choice and I have chosen to
use checkboxes. Rather than create fields in the table to store each
individual checkbox would someone have an algorithm that would generate a
unique number based on the pattern of (true) checkboxes?
Say I have in Sources of Income: 10 checkboxes (such as Employment,
Disability income, Social Assistance, etc) each using a checkbox. If
checkboxes 1, 5,6 and 8 are true I would like to store one number (long
integer) that would be unique to that pattern.
Thank you for your assistance.
.... Rick
use checkboxes. Rather than create fields in the table to store each
individual checkbox would someone have an algorithm that would generate a
unique number based on the pattern of (true) checkboxes?
Say I have in Sources of Income: 10 checkboxes (such as Employment,
Disability income, Social Assistance, etc) each using a checkbox. If
checkboxes 1, 5,6 and 8 are true I would like to store one number (long
integer) that would be unique to that pattern.
Thank you for your assistance.
.... Rick