I have some fields in a record that are being exported to another type of program using a CSV file. Everything was working fine until one time a comma was used in one of the exported fields. To prevent this problem in the future I would like to not permit commas in these fields that will be exported at the time the data is being inputted. I have seen that “ “ in the field would prevent this but unless there is a method to easily hide this in the background without any user input I don’t mind just not allowing commas.