How can I remove duplicate records?

N

new

I am not a big user of Access and I need quick help.

I have a table with 2 columns: tbl_Supplier (SupplierID, SupplierName)

The data for 1st column was obtained via a query (from tbl_Products
which provide SupplierID); the data for the second column was to be
populated manually but at the moment has Null value.

I want to make SupplierID to PK once I removed duplicate records. I
have 77 records now but should be 29.

Any help?
 
J

Jezebel

Bizarre choice of forum for an Access question. With so few records,
quickest is to do it manually. If you had a lot of records, use a 'SELECT
UNIQUE' query.
 
N

new

new said:
My mistake.


So instead of Distinct, I use Select Uniuqe?

Actually distinctw orked. Earlier, I was putting distinct in criteria
field in desgin modeof qry. But you saying SLECT made me put in SQL
view and it worked. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top