jamesk1979
IS-IT--Management
I have a table with the following fields;
cus_name
acc_num
acc_branch
cus_fname
cus_sname
etc...
I need a query which will scan through the table and delete any duplicates in the acc_num field (i.e. if there are 6 entries for 123456, I need to keep one and remove the other 5 from the table).
Can anybody help? I don't have any VBA experience so if you could explain the quickest way of doing it using the Access SQL view, that would be great.
Many Thanks.
cus_name
acc_num
acc_branch
cus_fname
cus_sname
etc...
I need a query which will scan through the table and delete any duplicates in the acc_num field (i.e. if there are 6 entries for 123456, I need to keep one and remove the other 5 from the table).
Can anybody help? I don't have any VBA experience so if you could explain the quickest way of doing it using the Access SQL view, that would be great.
Many Thanks.