air1access
Technical User
I have a table that I need to create an "ID" for matching values in one field...
Right now the tbl looks like this:
Fld1
1234
1234
1234
18
18
22
22
22
I need for it to look like this: (with a new fld - creating an ID)
Fld1 NewFld
1234 0001
1234 0001
1234 0001
18 0002
18 0002
22 0003
22 0003
22 0003
I'm trying to create an "ID" for the each group - NOT - each record....
Any suggestions or examples..??
Thank you in advance..!!!
air1access
Right now the tbl looks like this:
Fld1
1234
1234
1234
18
18
22
22
22
I need for it to look like this: (with a new fld - creating an ID)
Fld1 NewFld
1234 0001
1234 0001
1234 0001
18 0002
18 0002
22 0003
22 0003
22 0003
I'm trying to create an "ID" for the each group - NOT - each record....
Any suggestions or examples..??
Thank you in advance..!!!
air1access