E
Erick C
Hi everyone -
I am hoping someone can help me out with a problem that I am having.
I have a table that contains customer account information, basically
what securities they own. I am trying to create a query that will
number (from 1 to n) the records belonging to each account number,
basically giving me the following:
(New Field)
Account # Security Number
1 1 1
1 2 2
1 3 3
2 1 1
2 2 2
3 3 3
I have looked up a few other discussions regarding numbering records,
and I have tried using some of the recommendations with no luck. I am
not te best at SQL, so trying to replicate some of the examples has
been a bit difficult for me.
In case, my table name is [Collateral_Details], and the headers for
account and security are the same as in my example.
If anyone could help me figure this out I would appreciate it very
much!
Thanks
Erick
I am hoping someone can help me out with a problem that I am having.
I have a table that contains customer account information, basically
what securities they own. I am trying to create a query that will
number (from 1 to n) the records belonging to each account number,
basically giving me the following:
(New Field)
Account # Security Number
1 1 1
1 2 2
1 3 3
2 1 1
2 2 2
3 3 3
I have looked up a few other discussions regarding numbering records,
and I have tried using some of the recommendations with no luck. I am
not te best at SQL, so trying to replicate some of the examples has
been a bit difficult for me.
In case, my table name is [Collateral_Details], and the headers for
account and security are the same as in my example.
If anyone could help me figure this out I would appreciate it very
much!
Thanks
Erick