andrewneal
US Air Force User
- Local time
- Yesterday, 23:04
- Joined
- Sep 19, 2006
- Messages
- 34
I created a report that lists names in alphabetical order according to their status. The status choices are MSP, THP, VET, NAF and OTH. These are chosen from a dropdown menu in the form which pulls this list from a status table. In the report I must list them in the order above but without putting numbers in the front of each like 1 MSP, 2 THP, 3 VET, ect it puts them in alphabectical order. MSP personnel must be listed first then THP then VET and so on. NAF and OTH are to be "intermingled" as these personnel do not have a hiring preference and should be considered equal, but have to be identified in the form for possible future seperation of these two status categories. Anyway, the supervisor does not like the idea of having the "numbers" in front of the MSP, THP, VET and so on. Is there a VBA code I could write to accomplish this and list them in a different order according to how I want? I attached a copy of the report to get a better idea of what I am talking about...