H habbabub Registered User. Local time Today, 05:26 Joined Jan 24, 2008 Messages 73 Feb 12, 2008 #1 hey, how would u deny a new record if it already exist in the table?
K klynch0803 Registered User. Local time Today, 08:26 Joined Jan 25, 2008 Messages 102 Feb 12, 2008 #2 habbabub said: hey, how would u deny a new record if it already exist in the table? Click to expand... 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: Feb 12, 2008
habbabub said: hey, how would u deny a new record if it already exist in the table? Click to expand... 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"
H habbabub Registered User. Local time Today, 05:26 Joined Jan 24, 2008 Messages 73 Feb 12, 2008 #3 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
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