I need to make a string that is based on what the user selects on a form. I have a continous form based on a table named "Ethnicity" which has a list of all of the ethnicities the user has listed. In order for them to search on the ethnicities I need to popup the continuous form and based on which ones they select...{the system will have to detect it based on whether or not the [SELECT] field has a "-1" in it or not} have it build a sql string. This is an easy task if I can only find a way to get the multiple Ethnicity choices to get in one field. Let me know if I'm not explaining this correctly.