in a form is ther away to have access number the detail lines .
I.E. the records contain names so on the form if possible I would like to see
1 John
2 Bill
3 Jack
and so on...
the primary key in the table with the names is a autonumber but the sequence is not in order since I have added/deleted names.
I remember that in a report there is a way to use "count" to count the lines, but not sure how to do this in a form (or if possible). Keeping it simple is a must especially since I will not be maintaining the file, only setting up so I would like to avoid setting up tables or other queries...
Thank you in advance for any and all help.
V.
I.E. the records contain names so on the form if possible I would like to see
1 John
2 Bill
3 Jack
and so on...
the primary key in the table with the names is a autonumber but the sequence is not in order since I have added/deleted names.
I remember that in a report there is a way to use "count" to count the lines, but not sure how to do this in a form (or if possible). Keeping it simple is a must especially since I will not be maintaining the file, only setting up so I would like to avoid setting up tables or other queries...
Thank you in advance for any and all help.
V.