Back up your data first, then try using update query with replace function,
to replace * with ""
UPDATE TableName SET TableName.FieldName = Replace([FieldName],"*","")
--
Good Luck
BS"D
johnny vino said:
How do I remove a specific character (the asterisk) from all fields in a table?