Jump to content

futureox

Newbies
  • Posts

    2
  • Joined

  • Last visited

futureox's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Thank you for the fast reply. I cannot do otherwise than take FileMaker into my own hands, and give this software a try. Which books would you recommand for a novice user, considering what I want to achieve? Thank you, Jean-Francois
  2. Greetings, I really need your help here. I know almost nothing of Filemaker. I want to achieve very specific results that will probably require scripting, etc. What I want to do is find a way to export each record individually. My records contain several fields, and an ID field, with a calculation that inserts the record number in the field. Therefore, the first record's ID field always contains "1". That's exactly what I want: if I sort the records, then any record which ends up being first gets an ID of "1". I thought of creating a Global field, with an initial value of 1; a script would perform a loop, inside of which there would be a Find(), looking for a record that has an ID matching with the Global; the found record would be exported; the global would be incremented; and the loop would exit when the Global would exceed the Status(CurrentRecordNumber). My first obstacle is how can I perform that Find()? How can I find a record that has a first field (the ID) matching with another field (the Global)? My second obstacle is : how can I export each record with a different file name? I hear there is some sort of plug-in for that? I use a mac, if that matters. Answers? Pointers? Suggestions? Thank you very much, Jean-Fran
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.