I have a report in crystal reports v.10 which needs to be fixed and as I am new to crystal reports I am not sure the best way to approach it. One of the parameters in the report is called area and it contains 2 characters (ex. 1A, 1B, 1C, etc). If you enter 1A, the report works fine, but the users wants to be able to enter just the first character and return any results that start with that. For example if you enter 1 it should return all result with 1A, 1B, 1C, etc.
What type of coding is involved. It is easy enought to select all the records if I am in the database with a LIKE clause. Can I use the same thing in the report, or is there something better? Would this be done in the format field area, or somewhere else. Thanks
What type of coding is involved. It is easy enought to select all the records if I am in the database with a LIKE clause. Can I use the same thing in the report, or is there something better? Would this be done in the format field area, or somewhere else. Thanks