This helped is a lot for a similar question. However, how do you keep from the auto number from changes (Increasing each time)
I have to leave access and return for the number to start again from 1.
The number will keep adding if i view the report, query, or do anything to it.
Your help is appreciated!
OK, because I guess this isnt clear.
The database that was suggested in an earlier post. Showed us how to code the query to generate an auto number.
Basicly my co worker needs to generate a table of data that shows questions 1-100, thier averages, and the number that average falls under.
For example:
Question 1: Average 4.68 (Auto Number/Rank:2)
Question 2: Average 3.25 (Auto Number/Rank:3)
Question 3: Average 4.75 (Auto Number/Rank:1)
I am thinking I do not want an auto number. But he needs to show what that average score ranked out of 100.
The example that was given in the earlier post makes the number produce an auto number. However, If the refresh is clicked or run the report on the query. The auto number starts increasing. I have to close access all together for the number to start from 1 again. Please see the database the previous person posted. You will understand what i mean. refresh or run the report even close it and reopen. Watch the number increase.
SO I think we do not want auto number but something else. But any suggestions on how to create a function to rank the average out of 100 would be great! The data will change when more surveys come in. So just doing the simple out put to a table then report it is not what we want.
I hope this is more accurate.
Thank you