Within my code it checks various things onscreen and places resulting values in text boxes (not the best solution but it works). Within the query it points to these text boxes for it's criteria:
The problem is that I want to send the text values "Is Null" or "Is Not Null" which are held in the text box. It is being taken as a string rather a literal command.
Is there any way of passing this to query as it should be interpreted?
Code:
[Forms]![Output Utility]![valCriteria]
The problem is that I want to send the text values "Is Null" or "Is Not Null" which are held in the text box. It is being taken as a string rather a literal command.
Is there any way of passing this to query as it should be interpreted?