xmeb
Technical User
- Jun 5, 2013
- 89
Hi:
I am using the following query for a text box (DLookup) on a form which works fine. However, there are quite a few records where the "Residence Name" is null which means there is one null record at the top of the list that the query returns. Is there anyway to eliminate that null record from being returned?
Thanks,
xmeb
I am using the following query for a text box (DLookup) on a form which works fine. However, there are quite a few records where the "Residence Name" is null which means there is one null record at the top of the list that the query returns. Is there anyway to eliminate that null record from being returned?
Thanks,
xmeb
Code:
SELECT DISTINCT ResidencesTable.ResidenceName
FROM ResidencesTable;