I have a table control on a sub form named subForm1 linked to table GameResults . The Field Names of the table are GameNo, HomePoints, AwayPoints which are associated with column fields of the same name, plus MatchID which links to the main form and GameID which is the unique identifier for the game. Data is entered as game numbers from 1 to 12 and the corresponding points scored for each game.
I should like the Game number to automatically increment, i.e. go 1, 2, 3, etc. as the user tabs/moves to each row. I cannot make GameNo an autovalue in the table as that is used for GameID which is the primary key for the table. Is it possible to auto-increment GameNo without using a macro? I thought the Incr./decrement value of the Column Numeric Field might be what I wanted, but it does not seem to do anything.