View Single Post
  #3   Report Post  
Posted to microsoft.public.word.pagelayout
new new is offline
external usenet poster
 
Posts: 3
Default How can I remove duplicate records?


Jezebel wrote:
Bizarre choice of forum for an Access question.


My mistake.

With so few records,
quickest is to do it manually. If you had a lot of records, use a 'SELECT
UNIQUE' query.


So instead of Distinct, I use Select Uniuqe?




"new" wrote in message
ups.com...
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?