Imconfused
Technical User
I need to perform a sort within my query or create a sub query that performs the needed function. Within a particular field, each record contains a 5 digit numeric value. I need to sort/group this field based on the last digit of the numeric value of each record. I feel like I may need to create sub-queries that will perform this function based on each specific numeric value (last digit) which it may be any number from 1 to 7 (therefore creating 7 sub-queries).
1. How do I sort/group based on the last digit?
2. Are sub-queries the best way of maintaining separate groupings (these will be used to produce reports based on the groupings)?
1. How do I sort/group based on the last digit?
2. Are sub-queries the best way of maintaining separate groupings (these will be used to produce reports based on the groupings)?