duplicate records in access

duplicate records in access

Anonymous
Not applicable
242 Views
1 Reply
Message 1 of 2

duplicate records in access

Anonymous
Not applicable
I'm writing an application to extract attribute values from an AutoCAD dwg and placing them in an Access database.
My question is this:
How can I check a specific filed in the data base for duplicate records using VBA?
0 Likes
243 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Select * from AutoCADObject = 'CurrentObject'

Check the recordset to see if there are any records if there is then you have a match
0 Likes