View Full Version : excluding an empty field


310que
04-12-2002, 06:06 AM
Is there a way to run a query that will not show the fields that are empty ?

David R
04-12-2002, 06:34 AM
Is Not Null in the criteria for those fields.

Pat Hartman
04-12-2002, 08:00 PM
You can eliminate rows that contain nulls in a particular column but you cannot vary the columns that a query returns.