G
Guillaume Hanique
Hello!
I have a query that gets a subset of a table and sorts it. What I'd
like to do, is number the items in the query. So suppose the query
returns:
Mr Smith
Mr Johnson
Mr Whatever
What I would like is
1 Mr Smith
2 Mr Johnson
3 Mr Whatever
I tried writing a function in MS Access that returns a unique value
each time it is called, but it is only called once, so all the
"unique" numbers are the same.
Anybody an idea on how to achive this?
Thanks,
Guillaume Hanique.
I have a query that gets a subset of a table and sorts it. What I'd
like to do, is number the items in the query. So suppose the query
returns:
Mr Smith
Mr Johnson
Mr Whatever
What I would like is
1 Mr Smith
2 Mr Johnson
3 Mr Whatever
I tried writing a function in MS Access that returns a unique value
each time it is called, but it is only called once, so all the
"unique" numbers are the same.
Anybody an idea on how to achive this?
Thanks,
Guillaume Hanique.