M
Martin
Hello I currently have a table that looks like this:
ID LastName FirstName NoSuspension
123 MICHAELS DAVID
123 MICHAELS DAVID
456 ROGERS SAM
456 ROGERS SAM
888 WALTON LENNY
What I would like to accomplish is this;
ID LastName FirstName NoSuspension
123 MICHAELS DAVID 2
456 ROGERS SAM 2
888 WALTON LENNY 1
Unfortunately I get a text file emailed to me this way
every month. Is there a way I can streamline it to where
it sums the multiple records and adds them in the
NoSuspension field? As of right now I am entering the
NoSuspension manually.
Help,
Martin
ID LastName FirstName NoSuspension
123 MICHAELS DAVID
123 MICHAELS DAVID
456 ROGERS SAM
456 ROGERS SAM
888 WALTON LENNY
What I would like to accomplish is this;
ID LastName FirstName NoSuspension
123 MICHAELS DAVID 2
456 ROGERS SAM 2
888 WALTON LENNY 1
Unfortunately I get a text file emailed to me this way
every month. Is there a way I can streamline it to where
it sums the multiple records and adds them in the
NoSuspension field? As of right now I am entering the
NoSuspension manually.
Help,
Martin