Programming Problem

  • Thread starter James Featherstone
  • Start date
J

James Featherstone

In one of my tables I have a field that is a Yes/No field, I want to get
Access to take records with a yes in that field and move it to another table.
Or, if that is not possible then atleast not have that record show up on a
report when it is generated. Thank You for your help.
 
D

Douglas J. Steele

Create a query that puts <> True as the criteria under that field. Use the
query wherever you would otherwise have used the table.
 
Top