Check Box

  • Thread starter Thread starter Golfinray
  • Start date Start date
G

Golfinray

I would like to have a box on a form for users to click if they have finished
an update on one important record in the form. Just a box to click that stays
there when the form is closed. I stuck a checkbox on the form and when anyone
clicks it it is clicked on every record in the form, all 300 or so of them. I
have looked at all the properties again and again. What am I missing?
Thanks!!!!
 
Sounds like you're using an unbound checkbox, possibly on a continous form,
which won't work (afaik). You'll probably have to add a boolean field to your
underlying table/query, and bind your checkbox to that.
 

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

Similar Threads

check box question 1
register student to course 0
First Subform record gets modified when closing form 3
change textbox to checkbox 5
Combo box headache 5
Separate Form 0
Combo Box Problem 5
Refresh a form 1

Back
Top