I run the query through a form,
the user inputs a key word, in this instance part of their address. Then running the query searched an address database and brings all relevant addresses into a list box, but then the results also appear in the pop up table for the select query. It is this that i want to supress. The only place i want the results to appear in is the list box. i don't want the user to have to remove the pop up box to see the form.
Ian