Brian Martin
Registered User.
- Local time
- Today, 22:53
- Joined
- Jul 24, 2002
- Messages
- 68
I want to display a list of records on a form and I want a number to be displayed alongside each record from 1 - number of records. I don't want to store these numbers in tables though I just want them to appear on the form. I thought about doing something involving the count function and creating a procedure with a for loop that creates textboxes from 1 to count but I'm not too sure how to go about this. Anyone got any ideas??