View Single Post
  #5  
Old February 12th, 2010, 06:41 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Filling in voids in the id number

In addition to advice offered else-thread, please be aware that the number
in the bottom left (I believe this is what you mean by "record number") is
NOT a record number, it's merely a count of records. If you change the sort
order, you'll still have the same number of records, but what you THOUGHT
was #1 could be #19 or #99 or #12345.

Does this mean you are trying to do this directly in the table? If so, STOP
NOW! Table store data. Forms display data.

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"TES" wrote in message
...
My first column is the key and ID number for each record. One of my users
(before I locked the table) voided several of the records, and now the
record
number and Id number no longer match. Is there a way to back fill the
key-id
number with dummy records so the rows line up.

Thanks..