Null - Records to not display

  • Thread starter Thread starter Joey
  • Start date Start date
J

Joey

I have 110 rows of data with about 20 columns. The first column is Name and
the rest of the columns are requests such as Apples, Oranges, Bananas...

What I want to do is run a query that will only display the Name row if
there are selections listed in the columns because in some name rows all the
columns are blank.

Is there a Criteria I can add?

Thanks
 
Joey

That sounds like a spreadsheet, not a well-normalized relational database
table.

Is there a reason you aren't just using a spreadsheet?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Try adding a calculated field in the design view like this --
Expr1: [Field1]+[Field2]+[Field3]+[Field6]+[Field5]+[Field20]
Criteria >0
 

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

Back
Top