Im trying to add a Credit to a Film for a friend of mine. Each time I do, the order is Change having his Last name first and First name last. How can I make this stop happening?
You don't stop it. In my name page in the submission process I am Jones, Ed (XLIX) After you submit it it reads the correct way in a search or on you page as Ed Jones (XLIX) So this is normal.
As Ed mentioned above, the display is correct as names are stored in the database in the form: Last Name, First Name(s). Examples:
Paul Newman is stored as Newman, Paul James Earl Jones is stored as Jones, James Earl
When displaying filmographies and film credits, the names are converted to the more common/clearer "First Last" format (i.e. Cruise, Tom is shown as TomCruise).