S sunserve Registered User. Local time Today, 00:34 Joined Feb 14, 2006 Messages 11 Mar 14, 2006 #1 I was entering records using a form and all was well until suddenly the autonumbering went from 7 to 14! I went into the table and deleted #14 and tried it again - same thing happened.
I was entering records using a form and all was well until suddenly the autonumbering went from 7 to 14! I went into the table and deleted #14 and tried it again - same thing happened.
KenHigg Registered User Local time Today, 00:34 Joined Jun 9, 2004 Messages 13,327 Mar 14, 2006 #2 Sounds like you are depending on the autonnumber feature to provide you with a record count... And this is generally badd juju...
Sounds like you are depending on the autonnumber feature to provide you with a record count... And this is generally badd juju...
P Pat Hartman Super Moderator Staff member Local time Today, 00:34 Joined Feb 19, 2002 Messages 46,811 Mar 14, 2006 #3 Autonumbers can skip values for a variety of reasons. This is not a problem since autonumbers should only be used to provide unique identifiers.
Autonumbers can skip values for a variety of reasons. This is not a problem since autonumbers should only be used to provide unique identifiers.
S sunserve Registered User. Local time Today, 00:34 Joined Feb 14, 2006 Messages 11 Mar 15, 2006 #4 Is there a way to make autonumbering consecutive?
RuralGuy AWF VIP Local time Yesterday, 22:34 Joined Jul 2, 2005 Messages 13,825 Mar 15, 2006 #5 The simple answer is *NO*! If you need consecutive numbers then you need to develop your own function.
The simple answer is *NO*! If you need consecutive numbers then you need to develop your own function.