+ Reply to Thread
Results 1 to 5 of 5

Way for preventing Blank and Duplicate Records

  1. #1
    Webtekr
    Guest

    Way for preventing Blank and Duplicate Records

    Hi everyone,

    What is the recommended way to prevent blank and duplicate records?

    please give me some solutions??

    Thanks

  2. #2
    Registered User
    Join Date
    03-06-2009
    Location
    India
    MS-Off Ver
    MSoffice2007
    Posts
    43

    Re: Way for preventing Blank and Duplicate Records

    Set up referential integrity using indexes. You can have autonumbers but have multiple field indexes so you don't end up with duplicates.

    But, if you set a field to be required then it will not allow you to save without it. Sometimes that might not be good, depending on your workflow, but you should be able to also validate in your entry forms (providing nobody is accessing the tables directly).

  3. #3
    Webtekr
    Guest

    Re: Way for preventing Blank and Duplicate Records

    what would happen?
    If I set up multiple indexes and someone tries to enter a duplicate.

  4. #4
    Registered User
    Join Date
    03-06-2009
    Location
    India
    MS-Off Ver
    MSoffice2007
    Posts
    43

    Re: Way for preventing Blank and Duplicate Records

    Via a message box it tells them that they can't enter that as it would be a duplicate and then it doesn't fill in the last part of it and waits for them to try again.

  5. #5
    J.wills
    Guest

    Re: Way for preventing Blank and Duplicate Records

    If you need additional assistance on creating a multi-field index - here's a visual:

    http://www.btabdevelopment.com/main/...0/Default.aspx

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1