Adding record numbers to a form

D

DavidSt

I have a form whose defatlt view is set to: Continuous Forms. Is there any
way to add a field on this form that will sequenually number the records such
as:

1 FieldValueA
2 FieldValueB
3 FieldValueC

Thanks,
 
S

S

Can't you add an Autonumber field to the table? Or are you trying to
number fields, rather than records, on the form?
 
D

DavidSt

I run various queries on this form and the Auto Number is not sequential in
that most all query results contain only a portion of the overall records.
Thus, there would be gaps in the numbering sequence wit the use of auto
numbers. Any other suggestions?
 
Top