Hi all,
I'm having a bit of a no brainer today so would like your help!
I run a query which gives me a list of results, some of which are duplicated (as I would want).
For example my table may contain peoples initials so I could end up with 3 records showing JH for 3 different people (Jason Hill, John Holmes and Jimmy Hatt).
What I want to do is run a tCurosor (or something) down the table, changing duplicates by adding a number onto the end. For example, the records holding the 3 people with the initials JH should read JH, JH1 and JH2.
Can anyone help? I'm sure this is fairly simply but like I said..... my brain is on leave!
Thanks,
Woody.
I'm having a bit of a no brainer today so would like your help!
I run a query which gives me a list of results, some of which are duplicated (as I would want).
For example my table may contain peoples initials so I could end up with 3 records showing JH for 3 different people (Jason Hill, John Holmes and Jimmy Hatt).
What I want to do is run a tCurosor (or something) down the table, changing duplicates by adding a number onto the end. For example, the records holding the 3 people with the initials JH should read JH, JH1 and JH2.
Can anyone help? I'm sure this is fairly simply but like I said..... my brain is on leave!
Thanks,
Woody.