How do I sort a repeating group?

I have 2 roles, CAD DEVELOPER, and Owner I want to sort the user in repeating group so it is
User 1 (ROLE: CAD DEVELOPER)
User 2 (ROLE: OWNER)
User 3 (ROLE: CIV)

Any one have an idea to do this?

add a numerical sequence field to your table that will define the desired sequence.

I am sorry I do not quite understand can you be a little more specific?

From what I understand of your initial question, you will need an additional field that defines the sort sequence. You will need to add this to your table and then sort the RG on that field.

OK so like 1 2 3 4 etc?

yes, thats what I meant by the above.