![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I imported an Excel file into FileMaker and didn't realize that many records had excess trailing spaces. I could have fixed it easily in Excel, but I'm not so confident in FM (8.5 Pro). Is there a simple script or S&R routine that I can implement? Thanks... Rick A. Pleasanton CA |
#3
| |||
| |||
|
|
On 05/03/2007 13:50:25 "Rick Altman" <rick.a (AT) NOSPAMaltman (DOT) com> wrote: I imported an Excel file into FileMaker and didn't realize that many records had excess trailing spaces. I could have fixed it easily in Excel, but I'm not so confident in FM (8.5 Pro). Is there a simple script or S&R routine that I can implement? Thanks... Rick A. Pleasanton CA Trim function? Matt |
#4
| |||
| |||
|
|
On 05/03/2007 15:47:28 Matt Wills <I'm (AT) witz (DOT) end> wrote: On 05/03/2007 13:50:25 "Rick Altman" <rick.a (AT) NOSPAMaltman (DOT) com> wrote: I imported an Excel file into FileMaker and didn't realize that many records had excess trailing spaces. I could have fixed it easily in Excel, but I'm not so confident in FM (8.5 Pro). Is there a simple script or S&R routine that I can implement? Thanks... Rick A. Pleasanton CA Trim function? Matt Sorry. more specifically... Select the field (theField). Use Records/Replace Field Contents to replace the existing contents with a calculation: Trim ( theField ). This can also be scripted if you need to do it repeatedly. |
#5
| |||
| |||
|
|
In article <531557.OSYGPHQJ (AT) news (DOT) verizon.net>, Matt Wills <I'm (AT) witz (DOT) end wrote: On 05/03/2007 15:47:28 Matt Wills <I'm (AT) witz (DOT) end> wrote: On 05/03/2007 13:50:25 "Rick Altman" <rick.a (AT) NOSPAMaltman (DOT) com> wrote: I imported an Excel file into FileMaker and didn't realize that many records had excess trailing spaces. I could have fixed it easily in Excel, but I'm not so confident in FM (8.5 Pro). Is there a simple script or S&R routine that I can implement? Thanks... Rick A. Pleasanton CA Trim function? Matt Sorry. more specifically... Select the field (theField). Use Records/Replace Field Contents to replace the existing contents with a calculation: Trim ( theField ). This can also be scripted if you need to do it repeatedly. It might be better to repeatedly smack users over the head whenever they type in these extra spaces in the first place. ;o) |
![]() |
| Thread Tools | |
| Display Modes | |
| |