Checkbox

accessdork

New member
Local time
Today, 12:21
Joined
Aug 9, 2001
Messages
5
How do I get multiple checkboxes to write to one field?
In other words, how do I get Checkbox1 with value X, Checkbox2 with value Y, and Checkbox3 with value Z all to write to one field in my table. The table field would therefore read (X Y Z).
Thanks.
 
You could do that using code, but why would you want to? Store the information in three separate fields and concatenate them in the form or report control when you output the information.
 
I know how to store in 3 different fields, but i need to know how to do it in one due to integration/automation issues between couple of different databases.

Could you please provide me with an example of what/how the code would be?
 

Users who are viewing this thread

Back
Top Bottom