The Real Yoda
Registered User.
- Local time
- Today, 03:09
- Joined
- May 25, 2001
- Messages
- 17
Basically I have a table with Results In It Like This
Cert ID Job ID
131 86
131 86
131 86
213 20
213 20
What I want to do setup a way that access looks in this table and deletes any duplicate records.
(So the table shows the records like this)
Cert ID Job ID
131 86
213 20
Does anyone know how to do this as I have about 2-3000 duplicates.
Cheers!!!!
Cert ID Job ID
131 86
131 86
131 86
213 20
213 20
What I want to do setup a way that access looks in this table and deletes any duplicate records.
(So the table shows the records like this)
Cert ID Job ID
131 86
213 20
Does anyone know how to do this as I have about 2-3000 duplicates.
Cheers!!!!