form problem

  • Thread starter Thread starter mdobbs
  • Start date Start date
M

mdobbs

I created a simple form to store information from surveys
we get back at events. On my form I have mulitple check
boxs that suppose to save to a table. Whenever I select
more than one checkbox it will only put first check check
box in the table but it will not do the same for the other
check boxes I selected. I created this table in Access
2000.

Does anybody know way I can fix this?
 
This could be due to several reasons.
Make sure each checkbox control is referring to its own
field in the record in the table. You MAY have accidently
copied or otherwise caused ALL of the check boxes to refer
to the same field.
Double check your default values you entered when you made
the table and also any you may have in the control on the
form itself.
Make sure all your field and control names are unique.
 
Back
Top