I have a field in my DB that is a CHAR(4) but represents a number. In my report, one of my parameters asks a user for a range of numbers. How do I go about converting the CHAR in the DB to a number, checking to see if it's in the given range, and then proceeding with the query?
↧