I am trying to create a collection from a sql table that currently does not include a null entry. I am using one of the columns in the table to populate a dropdown list. Currently the user should have the option of not making a selection but without a null entry the dropdown list always shows the first entry.
I create the collection this way...
ClearCollect(WashPrep_Collection,Tablename)
So is there a way to make the first record in the collection a blank?