|
-
May 24th, 2000, 07:32 PM
#1
Thread Starter
Addicted Member
I have an Access database which has a name and date as two fields within it. I want to make the two combined as a unique index but first I have to delete any duplicates - does anyone know a quick way to do this in VB?
-
May 24th, 2000, 10:46 PM
#2
Addicted Member
Are there many duplicates?
If not you could put an identity field as a column into the table, and create a primary key based on this field. then delete manually.
If there are a lot, then there is a lot more work.
Let me know.
Lenin
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
|