August 30, 200025 yr Newbies I have a database of articles. Each record contains title of the article, category and the content of the article. When I use the "Export" function for this database, it will export the whole database into a Text Delimited file and put all the records into one text file. My question is: Can FileMaker export function split the database and export EACH Records as a text file?
September 1, 200025 yr Sounds brutal, but yes, you can write a looping script in FileMaker to isolate each individual record as a found set then export it. You will have to name the files manually or write an AppleScript to rename the exported file. -bd
Create an account or sign in to comment