Fetch Records using Dynamic Criteria
Hi,
I have a form that builds a filter based on user input. I need to fetch the records based on dynamic criteria. How would I accomplish this as there is no eval function?
For example:
desiredRecord = Form1[dynamicCriteria];