no duplicates check

habbabub

Registered User.
Local time
Today, 05:26
Joined
Jan 24, 2008
Messages
73
hey,
how would u deny a new record if it already exist in the table?
 
hey,
how would u deny a new record if it already exist in the table?

In the table that stores the check Numbers make the Check Number the Primary Key or int he properties of that field in the table set it to Duplicates "NO"
 
Last edited:
that works fine but is there a way to do it in VB, because i want the freedon to wrote a message in the message box
 

Users who are viewing this thread

Back
Top Bottom