Hi,
I have a table with a sequence number field. Due to a program bug, there are now sequence numbers missing on the table.
The key to my table is RoomID/ItemID/Sequence Number. So I'd need to know sequence numbers out of sequence for a given Room/Item combination.
For example:
Room 200 Item 166 seq #1
Room 200 Item 166 seq #2
Room 200 Item 166 seq #5
(seq #3 was skipped - is there a way to pick that up in a query?).
Any suggestions? I could do it visually, but it'd be a whole lot easier to do it programmatically.
Thanks in advance...
Lori
I have a table with a sequence number field. Due to a program bug, there are now sequence numbers missing on the table.
The key to my table is RoomID/ItemID/Sequence Number. So I'd need to know sequence numbers out of sequence for a given Room/Item combination.
For example:
Room 200 Item 166 seq #1
Room 200 Item 166 seq #2
Room 200 Item 166 seq #5
(seq #3 was skipped - is there a way to pick that up in a query?).
Any suggestions? I could do it visually, but it'd be a whole lot easier to do it programmatically.
Thanks in advance...
Lori