unbound Checkbox

  • Thread starter Thread starter Connie
  • Start date Start date
C

Connie

I'm trying to create a form that will display a list in datasheet view where
the user can check those records they want to send a letter. If I add an
unbound checkbox to this form, when the user checks 1 box it checks it for
all records. Is creating a temp table (& base the query for this form off
that temp table) the way to go or is there a better way to accomplish this.

TIA
Connie
 
You need to add the checkbox field to the table and store the value. How
else would access track which records were or were not checked?

I'd include some type of "uncheck all" button with code to reset all the
checkboxes after you do your letters.
 
ok that's what I thought.
Thanks


Rick B said:
You need to add the checkbox field to the table and store the value. How
else would access track which records were or were not checked?

I'd include some type of "uncheck all" button with code to reset all the
checkboxes after you do your letters.
 

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

Back
Top