While working with an admin form we have created we noticed that the ampersand is sometimes not rendering correctly and is not storing correctly on a DB update. If we enter something like "Cats & Dogs" it stores in the DB as "Cats & Dogs" (HTML tag for &). To counter this I am taking my SQL string and executing a replace to change the HTML tag for the simple ampserand. This is now storing correctly in the DB but just after the update the text fields revert to the HTML tag. Closing and reloading record results in a correct rendering. While I have a work around it seems awkward and should not be necessary. Is this a common issue?