Check Boxes

  • Thread starter Thread starter Majic
  • Start date Start date
M

Majic

Hello,
I need an assistance please.

I have a subform with the following:
Item Number Quantity Pulled (Check Box)
001-00000000C 2
000-00011111A 1

When I check the check box for the first item (001-0000000C) the
second checkboax for Item (000-00011111A) also checks.

What do I need to resolve this issue?

Thank you
 
What is the record source for the subform? Post the SQL for the query or SQL
statement in the form.
 
When I check the check box for the first item (001-0000000C) the
second checkboax for Item (000-00011111A) also checks.

What do I need to resolve this issue?

Correct the structure of your table and your form.

It sounds like the checkbox on the form is unbound - has nothing in its
Control SOurce. If so, the value is not being stored anywhere, but just
displayed on the form.

John W. Vinson [MVP]
 
Back
Top