I am trying to do something that is a waste of time?
Say I have two tables with a one-to-many relationship. I’d like to automatically increment the value in a number field in the ‘many’ table. However, I would like to start the numbering at 1 each time. i.e for each record in the ‘one’ table there would typically be six related records in the ‘many’ table and I would like to automatically assign them numbers 1 to 6 and for these number to be visible on a data entry form. I’m pretty certain that meddling with a proper autonumber field is not the way to go.
Maybe I don’t even need to store these numbers as what I really need is to print them next to the item on a report. I’ve seen the sample reports database which includes an example report that does this.
Would trying to do the same thing on a form be a pointless exercise??