I'm trying to sort some badges and for some reason, what was working before isn't anymore with the formula I'm using.
I need to sort by last name.
Examples of last names
John Doe
John A. Doe
John Allen Doe
Another example, I have one name, LYLE VAN BUER, who is being dropped in the "B's" instead of the "V's"
The sort formula I'm using is:
Mid ({BADGES.BDNAME},InStrRev({BADGES.BDNAME}," " +1 )
This worked before under 8.0 and now I'm on 8.5..don't know if that's part of the problem...am I missing something, or do I need an additional file for this?
Thank you,
Leslie
I need to sort by last name.
Examples of last names
John Doe
John A. Doe
John Allen Doe
Another example, I have one name, LYLE VAN BUER, who is being dropped in the "B's" instead of the "V's"
The sort formula I'm using is:
Mid ({BADGES.BDNAME},InStrRev({BADGES.BDNAME}," " +1 )
This worked before under 8.0 and now I'm on 8.5..don't know if that's part of the problem...am I missing something, or do I need an additional file for this?
Thank you,
Leslie