I have to insert some data into an Access and SQL Server 7 database. I have a peice of data that has a '&' and/or a ',' in it. The field this data is going into is a text(varchar) field. The insert fails and I assume it is because of one or both of these characters. That led me to start looking for a list of invalid text characters and more importantly how do I 'escape' them so I can insert them into my field with either an UPDATE or INSERT SQL. I have failed to find it. Can anyone help?