A
Anthony Lisanti
I'm just wondering why this wasn't fixed in SP1. it seems like an
annoyance rather then a bug.
Tony
annoyance rather then a bug.
Tony
david said:You might think that they could just modify the Autonumber
behaviour somehow, but you would be wrong. They tried to
modify the Autonumber behaviour for Access 2000, and after
repeated attempts the change is still broken, 8 years later.
KB924741 is not something they can just patch up.
boblarson said:If you need a consecutive incrementing number, create your own using DMax.
request a new record, you increment the autonumber count.
david said:You aren't requesting a new record,
but the wizard is.
I don't see a quick fix for that behaviour: they will need to
re-write the wizard to use a temporary structure instead of
an Access table.
david said:The feature is new in Access 2007, but it just exposes a
fundamental characteristic of Access Autonumbers: if you
request a new record, you increment the autonumber count.
talking about?
create. Or rather it is but it certainly shouldn't be.
To me it's just a bug in the wizard code.
david said:You add a field to the table and the autonumber increments.
What else is there to see?
But that's what always happens when you refresh the data into
an empty record.