A manager has a list of items that have been sorted according to an item ID. Some

Question:

A manager has a list of items that have been sorted according to an item ID. Some of them are duplicates. She wants to add a code to the database that assigns a 1 to the item if it is unique, and if there are duplicates, assigns the number of the duplicate. An example is shown below. The first two items are unique, so the repeat code is 1. However, item ID 37692 is listed six times, so the codes are assigned from 1 to 6, and so on. Explain how to assign the correct code using an IF statement. 

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: