|
-
Mar 31st, 2000, 01:59 AM
#1
Thread Starter
Lively Member
How can I lock a table (Recordset) to avoid generate duplicate records with the same value in one of its fields, while I adding a record in a multiuser enviorement.?
Please, help ASAP!!!!

-
Mar 31st, 2000, 06:29 AM
#2
Fanatic Member
Hi Rafael,
I am not a SQL whiz, but you should be able to Execute a Select Statement before updating the Recordset to make sure that a duplicate is not included. Or if not SQL, you can use a RS.Find (or something like that) method to see if the record exists.
Hopefully someone reading this will give you the exact syntax of how to do the methods suggested above.
All the best.
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
|