Hey guys,
I have a table (pic shown) of a customer list, obviously with most data not shown for privacy reasons.
Our sales get keyed in in all caps. Also, when a couple purchases, their name is keyed as FNAME1/FNAME2.
I have a query series that finds each customer that has spent $5000+, puts their names and address into Sentence Case, and then exports to word for a mail merge for mailings that I sign and send out.
For couples, the letters look like crap with the slash combined with what sentence case does to it.
How could I find all records with a "/" and replace it with " & " and turn make the first letter of the second name a capital?
This gets done once a month, and it is on all new data. A UDF would be fine, almost preferred.