Ask a Question related to FileMaker, Design and Development.

  1. #1

    Default Container Field

    I have 2 files in FMP 6.0.

    1 is a subject file with names, addresses, etc...; with a unique
    number for each person.

    2 is a photofile with pictures and the same unique number for each
    photo, corresponding to the subjects in the other file. The photo is
    in a container field.

    How can I match the photo with the subject by the unique number and
    import the photo into the subject file with out losing any information
    in the subject files? Any ideas?

    Thanks
    Brad
    Brad Guest

  2. Similar Questions and Discussions

    1. .pdf and Container field
      Can you only store a .pdf file in a container field on a Windows machine. I am on a Mac and it won't let me do that. tia --
    2. Can Container Field hold .pdf?
      I have a machine inventory database in fmp5. It would be nice to store the owner's manual and parts list in each machine's record. According...
    3. Container field mysteries
      Using FMP6 (Mac), I want to put a picture on the form for each record from a folder of JPEG files--those are pictures of the physical objects...
    4. Sending a container field as email message?
      Is it possible to use a container field for the message body when sending an email using the 'Send Mail' script step? We're currently using version...
    5. importing exporting container field contents
      Hello Pierre, Under Windows you might find some hints at www.tekstotaal.com/c.fmp.image.import.html and...
  3. #2

    Default Re: Container Field

    One photo in file 2 for each subject in file 1? If that is the situation,
    create a relationship between file 1 and file 2 based upon the unique number
    (if not already done). Create a container field in file 1. Find all
    records. Put the cursor in the container field. Select "Replace
    Contents..." from the Records menu. Select "Replace with calculated
    result:". Select the container field in file 2 as the result (use the
    relationship drop-down to select file 2 fields). Click "OK" and "Replace".

    "Brad" <bjones@hrc.state.in.us> wrote in message
    news:6f04436a.0309091209.1eb5171a@posting.google.c om...
    > I have 2 files in FMP 6.0.
    >
    > 1 is a subject file with names, addresses, etc...; with a unique
    > number for each person.
    >
    > 2 is a photofile with pictures and the same unique number for each
    > photo, corresponding to the subjects in the other file. The photo is
    > in a container field.
    >
    > How can I match the photo with the subject by the unique number and
    > import the photo into the subject file with out losing any information
    > in the subject files? Any ideas?
    >
    > Thanks
    > Brad

    Glenn Schwandt Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139