I have a form that I need to increment a textbox for each record in the table.
I have a table that lists problems that arise during production, and I just need to give them a number on the form via an unbound textbox. It seems like a very simple operation, but I can't figure it out! Maybe I am just thinking about it too hard
For Example, if there were 2 problems, I want my output to look like this.
Number Cause
1 Broken Gasket
2 Busted Shaft
If there were 3 problems, I'd like it to look like this:
Number Cause
1 Slimy Gear
2 Ran outta Oil
3 Forgot to turn on the power
Thanks!
I have a table that lists problems that arise during production, and I just need to give them a number on the form via an unbound textbox. It seems like a very simple operation, but I can't figure it out! Maybe I am just thinking about it too hard

For Example, if there were 2 problems, I want my output to look like this.
Number Cause
1 Broken Gasket
2 Busted Shaft
If there were 3 problems, I'd like it to look like this:
Number Cause
1 Slimy Gear
2 Ran outta Oil
3 Forgot to turn on the power
Thanks!