March 14, 200817 yr I am trying to find a way to get a field to hold data in a found set - i shall explain I have a field called 'telephone number' and I need to have 1 field hold all the telephone numbers from a found set and have the ability to copy them to the clipboard with a ; inbetween each telephone number . I have experimented with merged fields and repetitions but no luck. Any ideas welcome! thanks
March 14, 200817 yr Matt Petrowsky covers this nicely in his 'Saved Sets' tutorial: http://www.filemakermagazine.com/videos/saved-sets-storing-the-results-of-what-is-found.html HTH
March 15, 200817 yr This is where you want one of the list-handling custom functions. Custom functions can iterate over a list. For instance this one: http://www.briandunning.com/cf/471
Create an account or sign in to comment