Hello,
In my query there are two items I want as the criteria. One is the date, and the other is an ID generated from a table. The problem is the table that generates this ID generates it as text so I can't just say >10000.
Is there any way this "criteria" field can differentiate between text length?
For example the IDs that I want to show up in the results have atleast 10 digits, and everything below 10 digits I do not want in my results.
In my query there are two items I want as the criteria. One is the date, and the other is an ID generated from a table. The problem is the table that generates this ID generates it as text so I can't just say >10000.
Is there any way this "criteria" field can differentiate between text length?
For example the IDs that I want to show up in the results have atleast 10 digits, and everything below 10 digits I do not want in my results.
Comment