November 6, 200124 yr Newbies I'm exporting data from filemaker into MYOB but where an employee has entered a return/linefeed in one of the fields MYOB rejects that field. Is there a way to search for a return such as "/p" or something similar?
November 6, 200124 yr Using scripts, you can find the character symbol that denotes a carriage return (i.e. Set Field: Specify) The sympol looks like a backwards P with two lines and the top part filled in. Hope this helps
November 6, 200124 yr Author Newbies Cheers Fubar - Have sorted it by creating a new field (Description 2) with the calculation: Substitute(Description, "
November 7, 200124 yr If you want to "permanently" change the original field, do a replace on it using a calculated result, the calculation being what you worked out already. Back up the database before doing it though!
Create an account or sign in to comment