First off:
(Boss = VP) > (Me = temp./part timer)
Boss is 70+ year old geologist, so cpu stuff is not his strong point. He just knows what he wants to see.
So, I finally got my queries to output the data I need. Now I'm trying to generate some reports for my Boss. He wants the first column to be a simple ordinal ItemNumber field that goes from 1 thru n for each record. The query data is sorted alpha. descending by ProjectName. The leftmost field is ProjectID and not sequential when sorted by ProjectName.
Looking for something like:
ItemNumber ProjectID ProjectName
1 109196 Agua Rica
2 105115 Aitik
... ... ...
n 117047 Zuun Mod
Is this something I can do in the report, or can I do it in the query?
Today is my last day with this company and I'd really like to finish this stuff up before I go.
TIA,
Brian
(Boss = VP) > (Me = temp./part timer)
Boss is 70+ year old geologist, so cpu stuff is not his strong point. He just knows what he wants to see.
So, I finally got my queries to output the data I need. Now I'm trying to generate some reports for my Boss. He wants the first column to be a simple ordinal ItemNumber field that goes from 1 thru n for each record. The query data is sorted alpha. descending by ProjectName. The leftmost field is ProjectID and not sequential when sorted by ProjectName.
Looking for something like:
ItemNumber ProjectID ProjectName
1 109196 Agua Rica
2 105115 Aitik
... ... ...
n 117047 Zuun Mod
Is this something I can do in the report, or can I do it in the query?
Today is my last day with this company and I'd really like to finish this stuff up before I go.
TIA,
Brian