Preventing duplicate entries. (1 Viewer)

Radion

New member
Local time
Today, 08:52
Joined
Nov 22, 2006
Messages
8
Hi again, thanks to all for the help given so far.

Is there anyway (other than making that field a primary key) to prevent the same value being entered into a different record?

E.g.

If under 'Name' Radion has already been written, I want an error message coming up saying there is already a record with radion.
 

Radion

New member
Local time
Today, 08:52
Joined
Nov 22, 2006
Messages
8
Ok, figured it out. Lol, I should get slapped on the wrist for that!
 

Radion

New member
Local time
Today, 08:52
Joined
Nov 22, 2006
Messages
8
Ok, I've prevented Duplicates. How do I put in a customized message saying "There already exists a Radion"?
 

Graham T

Registered User.
Local time
Today, 08:52
Joined
Mar 14, 2001
Messages
300
Radion

This example might be along the lines of what you are after, although you will need to be entering your data via a form, not directly into the table (which is what you should be doing anyway):

Preventing Duplicates from being entered

HTH

Graham
 

Users who are viewing this thread

Top Bottom