Unique field duplication problem

Ask a Question related to FileMaker, Design and Development.

  1. #1

    Default Unique field duplication problem


    This seems like such an obvious problem it must have been covered
    somehwere, but I haven't found it.



    I've inherited a number of multi-user, related FMP6 files. One file
    contains a field which I have made unique, and this works fine - no one
    can now enter a duplicate value in this field. However, duplicate
    entries are allowed when you duplicate a record. So you can get around
    the validation of the field simply by duplicating an existing record.



    How can I stop this?



    Thanks



    Mat.


    --
    Posted via [url]http://dbforums.com[/url]
    matlark Guest

  2. Similar Questions and Discussions

    1. Unique Form inserting into many tables using unique id
      I have a Registration Form that have 3 steps. The data could be inserted into many (4) tables. Some data corresponding to a one table (the main or...
    2. Book Packaging problem - image duplication
      Using InDesign CS with WIN XP. I've got some A3 (small format) and some A1 (large format) documents in an InDesign Book. Some images are used in...
    3. #26130 [Opn->Fbk]: IBM DB2 Unique Key Problem
      ID: 26130 Updated by: sniper@php.net Reported By: jay at nicwr dot mah dot nic dot in -Status: Open +Status: ...
    4. #26130 [NoF->Opn]: IBM DB2 Unique Key Problem
      ID: 26130 User updated by: jay at nicwr dot mah dot nic dot in Reported By: jay at nicwr dot mah dot nic dot in -Status: ...
    5. #26130 [NEW]: IBM DB2 Unique Key Problem
      From: jay at nicwr dot mah dot nic dot in Operating system: Linux 8.0 PHP version: 4.3.2 PHP Bug Type: ODBC related Bug...
  3. #2

    Default Re: Unique field duplication problem

    If it is an identification-field, you can auto-enter a number, letting it
    increase with 1, 2, 10, 1000, whatever you want. Duplicating a record will
    result in a duplicated record, with a NEW serial number.

    If it is not an id-field, you can have it auto-enter "" (making it blank)

    With kind regards,


    Rob van den Brink
    > From: matlark <member40285@dbforums.com>
    > Organization: dBforums
    > Newsgroups: comp.databases.filemaker
    > Date: Thu, 18 Sep 2003 22:41:24 -0400
    > Subject: Unique field duplication problem
    >
    >
    > This seems like such an obvious problem it must have been covered
    > somehwere, but I haven't found it.
    >
    >
    >
    > I've inherited a number of multi-user, related FMP6 files. One file
    > contains a field which I have made unique, and this works fine - no one
    > can now enter a duplicate value in this field. However, duplicate
    > entries are allowed when you duplicate a record. So you can get around
    > the validation of the field simply by duplicating an existing record.
    >
    >
    >
    > How can I stop this?
    >
    >
    >
    > Thanks
    >
    >
    >
    > Mat.
    >
    >
    > --
    > Posted via [url]http://dbforums.com[/url]
    Rob van den Brink 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