Back again...

I'm trying to insert a blank into a drop down box, but I keep on getting the following error:

Warning: User supplied query returns no records for display
Select FullName from PersInfo UNION Select ' ' from PersInfo

I tried running the query on the server itself, and it worked fine. Also, I am able to get the drop down list to display without the blank, but as soon as I add the UNION it blows up.

Help please!