I maintain an Access 97 database for parking violations for the parking lots of a Public Transportation Authority. I have a table of all parking violations with the ticket number as the primary key. The tickets come in books of 25 tickets and are submitted to the office for data entry.
There are various ticket books that have been mistakenly been filed as entered, yet they have not been entered into the system. Also, there are times the data entry person has skipped a ticket or two by accident.
I want to write a query that will give me the ticket numbers that have been skipped so that we can retrieve them from the filing cabinet and enter them.
I only want to look at the last few months. There are probably about 15,000 total tickets for that period, and maybe 100 or so that have not been entered. The series i am concerned with starts at # 200000.
I suspect this is relatively simple, but I am going through a mental block (probably the 60's catching up to me).
Can anyone help? It would be greatly appreciated
There are various ticket books that have been mistakenly been filed as entered, yet they have not been entered into the system. Also, there are times the data entry person has skipped a ticket or two by accident.
I want to write a query that will give me the ticket numbers that have been skipped so that we can retrieve them from the filing cabinet and enter them.
I only want to look at the last few months. There are probably about 15,000 total tickets for that period, and maybe 100 or so that have not been entered. The series i am concerned with starts at # 200000.
I suspect this is relatively simple, but I am going through a mental block (probably the 60's catching up to me).
Can anyone help? It would be greatly appreciated