View Single Post
  #1  
Old April 16th, 2010, 06:16 PM posted to microsoft.public.access.forms
Kevbro7189
external usenet poster
 
Posts: 35
Default Automaticly clear checkmarks

In my main Table I have a field called [Print]. It's a Yes/No check mark. I
use this field to let me know if a record needs to be printed, it's
automatically filled in as "-1" when the record is first generated. Through
a Query (to find these records) I have a form that lists all the records that
needs to be printed, so the user can double check them before printing.

My problem is the user has to manually uncheck the [Print] field after they
print the records. How can I go about and automate this process to uncheck
the field when the print button is pressed?