G
Guest
Hi, A newbie question.
Have been working on a Db for some time and have a bast table that I am
using for testing. I have imported data from EXCEL on several occasions and
deleted random files. My autonumber sequence is now not linear. For example
record numbers 1 to 35 are numbered correctly but then it jumps to 149
through 160 then 203 to 299 etc.
How can I renumber these back to 1 through 96 (the total records in the
table).
I want to use DoCmd.GoToRecord , , acGoTo, RecNumb where RecNumb is a record
number based on the Me.ID of this table.
BTW the csGoTo, n appears to jump 'n' records rather than to a specific
record. Am I suing this right?
Any help is much appreciated. I have learnt a lot from the newsgroups
already so thanks for all of that.
Cheers
Chas Large
Have been working on a Db for some time and have a bast table that I am
using for testing. I have imported data from EXCEL on several occasions and
deleted random files. My autonumber sequence is now not linear. For example
record numbers 1 to 35 are numbered correctly but then it jumps to 149
through 160 then 203 to 299 etc.
How can I renumber these back to 1 through 96 (the total records in the
table).
I want to use DoCmd.GoToRecord , , acGoTo, RecNumb where RecNumb is a record
number based on the Me.ID of this table.
BTW the csGoTo, n appears to jump 'n' records rather than to a specific
record. Am I suing this right?
Any help is much appreciated. I have learnt a lot from the newsgroups
already so thanks for all of that.
Cheers
Chas Large