![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying fm 10 with a very simple friend's database. I've a fild called Name, that contain two or three words. for example 1. "Antony Lorry Marise" 2. "Mary Anderson" 3. "Peter Alwood" 4. "Arianne Parker" 5. "Louis Cotton" I've created a script to find all the records that start with the "A" Unfortunately the script find also the records no. 2 and 3, that is the records that contain a second or a third word who start with the specified letter "A". |
#3
| |||
| |||
|
|
el grillo <mail (AT) mail (DOT) com> wrote: I'm trying fm 10 with a very simple friend's database. I've a fild called Name, that contain two or three words. for example 1. "Antony Lorry Marise" 2. "Mary Anderson" 3. "Peter Alwood" 4. "Arianne Parker" 5. "Louis Cotton" I've created a script to find all the records that start with the "A" Unfortunately the script find also the records no. 2 and 3, that is the records that contain a second or a third word who start with the specified letter "A". Filemaker finds records with words that start with a A in that field. In order to find only records with a field text starting with a, you'll have to search for ==a* == means the field (not a word) must be ecactly as you say a means it (the field, that is, see above) must start with an a * any or no signs may follow this letter |
#4
| |||
| |||
|
|
Works -- many thanks. is there on line an explication of all the script? |
#5
| |||
| |||
|
|
el grillo <mail (AT) mail (DOT) com> wrote: [search for ==a*] Works -- many thanks. is there on line an explication of all the script? Yes, each function and each script step is explained in the help file. Your problem is not about scripting, though, it's about using symbols when searching -> the section you're looking for might be named "find, sort and replace data" or something. |
#6
| |||
| |||
|
|
Filemaker finds records with words that start with a A in that field. In order to find only records with a field text starting with a, you'll have to search for ==a* == means the field (not a word) must be ecactly as you say a means it (the field, that is, see above) must start with an a * any or no signs may follow this letter |
)![]() |
| Thread Tools | |
| Display Modes | |
| |