S
Spectra
Im fairly new to access so please bare with me if I sound out of place. I've
tried searching but perhaps I do not know how to phrase the question to get
relevant results.
I have a table with column containing sequential numbers called Charge ID
(basically a unique 'order number'). I need to find out which Charge ID's
have been deleted creating a gap of 1 or more in the sequence and write those
deleted order numbers into a new table. The column looks similar to this;
Charge ID
100
102
103
110
From what I have been told this cannot be accomplished using either a sql
query or the query builder, rather that I would have to use VB because this
operation requires a cursor to 'look' at the next row. I have no idea where
to begin. Any suggestions or pointers would be greatly appreciated.
tried searching but perhaps I do not know how to phrase the question to get
relevant results.
I have a table with column containing sequential numbers called Charge ID
(basically a unique 'order number'). I need to find out which Charge ID's
have been deleted creating a gap of 1 or more in the sequence and write those
deleted order numbers into a new table. The column looks similar to this;
Charge ID
100
102
103
110
From what I have been told this cannot be accomplished using either a sql
query or the query builder, rather that I would have to use VB because this
operation requires a cursor to 'look' at the next row. I have no idea where
to begin. Any suggestions or pointers would be greatly appreciated.