Sep 21, 2020 03:25 PM
Can I have a separate auto number for a different view ?
So I can calculate the number of records in that view ?
Sep 22, 2020 11:46 PM
Hi @Jay_P - no this won’t work. The Autonumber field type runs across the whole table, you can’t set it to only work on a view.
If you just want to know the number of records in a table or view, you can use the record counter in the bottom left corner of the base. This shows the number of records in the current view.
Sep 26, 2020 04:07 AM
Is there a function to list the serial number ( in sequential order) of the current record in the view ?