I have a dropdown list on a form whose rowsource is the following SQL statement: SELECT [Org Table].[Org Organization] FROM [Org Table] ORDER BY [Org Organization];
I would like to insert the entry “All” before the first entry resulting from the execution of the SQL statement (even if “All” is out of order). I’m not sure of the syntax required to do this.
Thanks, in advance, for any assistance.