I have a text field "version" in a MySQL DB, I connect to the DB with A2013, I make a query of the data and only want to show the results where version is less than 11. VerNum: Val([as_software]![version]) returns an integer - why can't I filter this with the criteria: < 11 ? TIA John