I'm using the value from a form to populate the selection criteria for a query. When the form returns values like "Central" or "East" there is no problem.
But I also have an 'All' option which returns the value "Is Not Null". This statement works when you manually type it into the selction criteria for the query. But when it pulls this statement from the form, it treats it as a string and obviously finds no matches. I can't find a function to have this value treated as a literal statment when its returned from the form.
Any thought or alternative solution paths would be greatly appreciated.
Ron McNatt
But I also have an 'All' option which returns the value "Is Not Null". This statement works when you manually type it into the selction criteria for the query. But when it pulls this statement from the form, it treats it as a string and obviously finds no matches. I can't find a function to have this value treated as a literal statment when its returned from the form.
Any thought or alternative solution paths would be greatly appreciated.
Ron McNatt