Public Sub Table_AutonumberFix ( TableName As String )
Fix the autonumber column 'next value' if it has become set to an out of sequence number by the linked tables autonumber bug. Generates a dummy insert in order to set the value back to MAX(Autoumber).