Programming Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Create a query that puts <> True as the criteria under that field. Use the
query wherever you would otherwise have used the table.
 

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


Back
Top