Mark Records in a Table

  • Thread starter Thread starter Roger
  • Start date Start date
R

Roger

How do I mark (with a check mark) differents Records in a Table that I have
created.
I am using MS Office Access 2007.
 
How do I mark (with a check mark) differents Records in a Table that I have
created.
I am using MS Office Access 2007.

Under what circumstances do you wish to check or uncheck the records?

The first step is to add a Yes/No CheckBox field to the underlying
table. Then add that field to your data form.
Next is to determine how Access knows (or you know) when and which
records to check. Then you can proceed from there.
 
Back
Top