APPEND QUERY EXCLUDE NULLS

J

JD

Unless I'm missing something, wouldn't it be easy enough
to add "NOT NULL" under the criteria of the name field?
-----Original Message-----
I am creating an append query for a registration
database. I need to append all attendees to an attendee
table. I want the query to not add a record to the
attendee table if the attendee name field is "null".
 
Top