Compacting does not reset any autonumbers
(if that is what he is referring to)
The only way to reset autonumber fields in Access is to either
- delete the autonumber field, and all records, compact the DB and recreate the field
- make a copy of the table - structure only if you want it empty
(then delete the original table and rename the copy to the original table name)
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"Ronx" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| From FrontPage, Export the database to your desktop.
| Open the (exported) database in Access, then Tools->Compact and Repair
| Database.
| In FrontPage, Import the compacted database, replacing the current copy.
|
| The record counter is stored in a system table (not accessible to users) in
| the database.
|
| --
| Ron Symonds (Microsoft MVP - FrontPage)
| Reply only to group - emails will be deleted unread.
|
|
| "Tomas" <(E-Mail Removed)> wrote in message
| news:373F9C55-7D0A-4797-B557-(E-Mail Removed)...
| >I am more or less done with my design of a web where one page is a user
| > questionnaire. This form was designed in FP and is coupled to an Access
| > database. When testing the form I wrote some dummy entries to it while at
| > the
| > same time some real users entered their data too.
| >
| > So, I downloaded the database deleted my dummy entries and renumbered the
| > entries from 1 and up so there were no gaps where I had done my testing.
| >
| > The form still works, but the counter keeps on numbering the entries as if
| > all entries were still there.
| >
| > Where is this counter located and how can I reset it or set it to a
| > desired
| > number?
| >
| > Best,
| >
| > Tomas
|
|