Removing blank records from dynaset

  • Thread starter Thread starter CAD Fiend
  • Start date Start date
C

CAD Fiend

Hello,

I am doing a select query for a lookup list (bound to a form) for street
names (to alleviate frequent misspellings by the users) and when I did
the initial select query, it came up with several blanks in the dynaset
(some of the records don't have a street name assigned yet). How do I
get the query to display ONLY the valid data (i.e. no blank records in
the dynaset)?

My table is called tblStreetNames and the field is called StName, if
that helps.

TIA.

Phil.
 
In the Criteria row of the query, under the StName field, enter:
Is Not Null
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top