I have a Database with a number of activities in one field. The all have an identifying number (UID). I used a text mask 0000.0 for the UID field. Most activities end in .0, however if they are sub activities (related to the main
activity but performed by a different dept) they end in either .1 or .2.
I can sort the activities by dept, because I have a field for each record to indicate the dept. However I would like to produce a report that would look like this:
UID
1000.0
— 1000.1
____________________________
1050.0
— 1050.1
— 1050.2
____________________________
1052.0
— 1052.2
Can anyone suggest a way that I might be able to accomplish this?
Thanks for any ideas.