Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Query Help 1

Status
Not open for further replies.

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

Code:
SELECT DISTINCT ResidencesTable.ResidenceName
FROM ResidencesTable;
 
Duane:

That works perfect! It is exactly what I needed.

Thanks,

xmeb
 
The way to show appreciation and to mark helpful posts, please use

[blue]
Like this post?
Star it![/blue]




Have fun.

---- Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top