home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / database / 1701 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.1 KB  |  44 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!paladin.american.edu!gatech!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!csus.edu!netcom.com!netcom!triantos
  3. From: triantos@netcom.Netcom.COM (Nick B Triantos)
  4. Subject: Re: FileMaker Pro help
  5. In-Reply-To: s914370@minyos.xx.rmit.OZ.AU's message of 12 Jan 93 02:59:44 GMT
  6. Message-ID: <TRIANTOS.93Jan12073502@netcom.Netcom.COM>
  7. Sender: triantos@netcom.com (Nick B Triantos)
  8. Organization: Netcom Online Communications Service
  9. References: <1itc70INNo2d@escargot.xx.rmit.OZ.AU>
  10. Date: Tue, 12 Jan 1993 15:35:02 GMT
  11. Lines: 31
  12.  
  13. In article <1itc70INNo2d@escargot.xx.rmit.OZ.AU> s914370@minyos.xx.rmit.OZ.AU (David Morrison) writes:
  14.  
  15. >Help needed with FileMaker Pro!
  16.  
  17. >Using the ScriptMaker (under v2.0) I am trying to pass some information
  18. >from one file to another. This I use Copy / Paste. However, I need to be
  19. >able to hold two pieces of information in the clipboard at once. Is this
  20. >possible ?
  21.  
  22. Well, what you can do is to concatenate both fields into one text
  23. calculation and separate them by something obvious, like this:
  24.   MyTextCalc = Field1 & ":::" & Field2  , result is Text.
  25. You can then search for ":::" with the Position() function and parse your
  26. two original fields back into two fields with the Let() and Right() functions.
  27.  
  28. >Am I correct is assuming that FileMaker Pro cannot implement properly a 
  29. >many-to-many relation (as in a true relational data base). I know you can
  30. >look at info. in another file by using the Lookup feature, but can you
  31. >transfer information from a particular record to another record (different
  32. >type - in a different file) to create a new record of this type.
  33.  
  34. Unfortunately, you are right.  FileMaker Pro is still just an extremely
  35. powerful FLAT FILE database, with hints of relational capability through the
  36. lookups and external scripts.  Again, this is something on my own personal
  37. wish list of future FileMaker Pro changes...
  38.  
  39. Nick Triantos                     Avoid bus errors... Take the train!
  40.  
  41. Though I work for Claris in Technical Support, the thoughts, words, and
  42. suggestions expressed here are NOT officially endorsed by Claris in any way
  43.  
  44.