I am building a report and need some help with formating the name field. In the SQL database I am using the name field shows the "Last, Middle First" all in the same field under a title of "Name". I need to create some sort of formula to put the input of "Last, Middle First" onto the report as "First Middle Last" (NOTE: The input has a comma in it, in the database, the output to Crystal should not have a comma) There is no broken up fields in the database such as "First Name", "Middle Name", "Last Name". It is all compressed which is why I am having a problem. Any help would be greatly appreciated!