L
Laura1 via AccessMonster.com
Here is my issue:
The data in my database has multiple SS# per acct number
SS# 5678
acct# 1414
SS #1234
acct #1414
SS#9898
acct#1414
I need to post the data accros in on one row. I am doing that by doing an
update querry based on a group by count with participation great then one SS#.
However, I need to add the count to the table based on the ss# and account so
it would look like this:
1 SS# 5678
acct# 1414
2 SS #1234
acct #1414
3 SS#9898
acct#1414
How do I get the 1, 2, 3 to generate?
I know this is a bit confusing I did the best I could in explaining it.
THANKS!!
The data in my database has multiple SS# per acct number
SS# 5678
acct# 1414
SS #1234
acct #1414
SS#9898
acct#1414
I need to post the data accros in on one row. I am doing that by doing an
update querry based on a group by count with participation great then one SS#.
However, I need to add the count to the table based on the ss# and account so
it would look like this:
1 SS# 5678
acct# 1414
2 SS #1234
acct #1414
3 SS#9898
acct#1414
How do I get the 1, 2, 3 to generate?
I know this is a bit confusing I did the best I could in explaining it.
THANKS!!