create yes/no fields?

  • Thread starter Thread starter Jeff Klein
  • Start date Start date
J

Jeff Klein

Is there a way to add a YES/NO field in a query. I want to create a query
that shows records that I can check the boxes on certain records and process
these records. Before I can create this code to process records I need a
way to select individual records. Any ideas??
 
Is there a way to add a YES/NO field in a query. I want to create a query
that shows records that I can check the boxes on certain records and process
these records. Before I can create this code to process records I need a
way to select individual records. Any ideas??

Add then Yes/No field to the table, then include that field in the
query.
 
Back
Top