Run an update query similar to this:
UPDATE TableName
SET FieldName = Left([FieldName], Len([FieldName]) - 1);
--
Ken Snell
<MS ACCESS MVP>
Jimmy said:
Thank you all for your answers.
There are more commas in the field and I only want the last one deleted.
The last one is always at the end. So every entry ends with a comma.
I tried to do what Alex suggested but couldn't make it. I am new in
Access and am not sure where to write everything. I need to ask for more
detailed help, where exactly to write the code. If it helps the table is
named "DEntry" and the field with the data "Dief".
Thank you once again for your help.
Dimitris