Hi all,
I have a numerical field in my table that has skipped a few numbers.
That field has been changed to my key field now (a long story)
Can I use VB to search the primary key field line by line and if the next record isn't one number higher than the last, it will add that number?
My table has the following number 605100, 605101, 605102 & 605104
I want VB to read these, figure out that 605103 isn't used and then add that number as a new record.
Thanks !!
Dave
I have a numerical field in my table that has skipped a few numbers.
That field has been changed to my key field now (a long story)
Can I use VB to search the primary key field line by line and if the next record isn't one number higher than the last, it will add that number?
My table has the following number 605100, 605101, 605102 & 605104
I want VB to read these, figure out that 605103 isn't used and then add that number as a new record.
Thanks !!
Dave