|
-
May 14th, 2004, 05:30 AM
#1
Thread Starter
Junior Member
how to Check the dup.rec in the entry point
HI,
In the form, after entering the value in the text box, how can i check that value for the duplication in the Table.
-
May 14th, 2004, 07:27 AM
#2
PowerPoster
You could use a SQL statement:
"SELECT * FROM tablename WHERE fieldname = " & datayouarechecking
Then check for not BOF and not EOF
-
May 14th, 2004, 07:51 AM
#3
Thread Starter
Junior Member
Thanks man,
tell me which is the best even to put the checking
LostFocus or Validate event.
Last edited by muraliambt; May 14th, 2004 at 07:55 AM.
bye,
Mursand
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|