First of all, I am a complete novice with Acess. Here is what I want to try to do.
I want to create a report that takes a user-entered number from a form and then auto-increments that number by one for each record generated on the report.
For example...
1. The user enters "25" into a box on the form.
2. Let's say the report pulls 5 records. I want the first record to start with 25, the second 26, third 27, ... , and the fifth 29.
I don't need to store these numbers in a table. I only need it for output purposes. I am assuming the report will have a text box dedicated to the numbers I want to output. I know how to map the text box to the number the user enters on the form
ControlSource in text box: =[Forms]![NAMEofFORM]![FIELDonFORM]
My problem is I can not figure out how to increment that number by one for each record generated on the report.
If you need further info, please let me know. I hope I explained everything clearly.
Thank you in advance for your help,
MG
I want to create a report that takes a user-entered number from a form and then auto-increments that number by one for each record generated on the report.
For example...
1. The user enters "25" into a box on the form.
2. Let's say the report pulls 5 records. I want the first record to start with 25, the second 26, third 27, ... , and the fifth 29.
I don't need to store these numbers in a table. I only need it for output purposes. I am assuming the report will have a text box dedicated to the numbers I want to output. I know how to map the text box to the number the user enters on the form
ControlSource in text box: =[Forms]![NAMEofFORM]![FIELDonFORM]
My problem is I can not figure out how to increment that number by one for each record generated on the report.
If you need further info, please let me know. I hope I explained everything clearly.
Thank you in advance for your help,
MG