I am outputting collected data to both a csv file and a dbf.
Some of the fields can have a minus or double minus ( - or -- )at the front of a string.
To allow these to show correctly in Excel I have added a "'" to the front of the string.
I wish to remove these when they appear in the field of a form.
I tried a strtran in the rowsource but that is not allowed.
How can I do this?
Thanks
PW
Some of the fields can have a minus or double minus ( - or -- )at the front of a string.
To allow these to show correctly in Excel I have added a "'" to the front of the string.
I wish to remove these when they appear in the field of a form.
I tried a strtran in the rowsource but that is not allowed.
How can I do this?
Thanks
PW