Check Boxes

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
 
K

KARL DEWEY

What is the record source for the subform? Post the SQL for the query or SQL
statement in the form.
 
J

John W. Vinson

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top