Check boxes on a form

H

Higgie

I want to create a task list with check boxes indicating if a task was done
on a form which displays client information. I can't seem to get the check
box tied to an individual record so as to indicated if the task was completed
for that particular client. The check box remains checked for all clients.
 
R

Rick B

A checkbox must be bound to a Yes/No field that is stored in the table along
with the client to work the way you ask. Sounds like you added an unbound
checkbox. If it is not bound to a stored filed, how would Access know which
clients had a particular task done and which one did not?

--
Rick B



Higgie said:
I want to create a task list with check boxes indicating if a task was done
on a form which displays client information. I can't seem to get the check
box tied to an individual record so as to indicated if the task was completed
for that particular client. The check box remains checked for all
clients.
 
Top