3 310que Guest Apr 12, 2002 #1 Is there a way to run a query that will not show the fields that are empty ?
David R I know a few things... Local time Yesterday, 22:16 Joined Oct 23, 2001 Messages 2,633 Apr 12, 2002 #2 Is Not Null in the criteria for those fields.
P Pat Hartman Super Moderator Staff member Local time Yesterday, 23:16 Joined Feb 19, 2002 Messages 47,102 Apr 13, 2002 #3 You can eliminate rows that contain nulls in a particular column but you cannot vary the columns that a query returns.
You can eliminate rows that contain nulls in a particular column but you cannot vary the columns that a query returns.