M
mabyn
I am trying to change a query I have to narrow down some information. In this
query I work with 2 tables to gather data. If the field Registration.[Entry
Name] is blank I do not want anything to show up. Do I type WHERE
Registration.[Entry Name] is NULL, " "
SQL:
SELECT Registration.[Group Placed In], Registration.RegistrationID,
Registration.[Entry Name], Attendees.AttendeeFirstName,
Attendees.AttendeeLastName, Attendees.CompanyName
FROM Attendees INNER JOIN Registration ON Attendees.AttendeeID =
Registration.AttendeeID;
query I work with 2 tables to gather data. If the field Registration.[Entry
Name] is blank I do not want anything to show up. Do I type WHERE
Registration.[Entry Name] is NULL, " "
SQL:
SELECT Registration.[Group Placed In], Registration.RegistrationID,
Registration.[Entry Name], Attendees.AttendeeFirstName,
Attendees.AttendeeLastName, Attendees.CompanyName
FROM Attendees INNER JOIN Registration ON Attendees.AttendeeID =
Registration.AttendeeID;