S
Scott
I have a table that has info and some of the phone #'s are
duplicated. The numbers that are duplicated each have its
own code and I need to delete one whole row if this shows
up..
Here is what the table kind of looks like
code phone # state city
ddd 5678 ny albany
eee 5678 ny albany
eee 4312 ma boston
ddd 1234 ma boston
5678 is a duplicate so I want it to remove the row with
the DDD code so this would come back and change the EEE to
say something else like this.
ADD 5678 ny albany
eee 4312 ma boston
ddd 1234 ma boston
I am at a loss where to even start. I am still a novice at
access
Thanks
Scott
duplicated. The numbers that are duplicated each have its
own code and I need to delete one whole row if this shows
up..
Here is what the table kind of looks like
code phone # state city
ddd 5678 ny albany
eee 5678 ny albany
eee 4312 ma boston
ddd 1234 ma boston
5678 is a duplicate so I want it to remove the row with
the DDD code so this would come back and change the EEE to
say something else like this.
ADD 5678 ny albany
eee 4312 ma boston
ddd 1234 ma boston
I am at a loss where to even start. I am still a novice at
access
Thanks
Scott