AutoIDNumbers

G

Guest

Ok, so here is my situation - I have a form that is currently associated with
History table - the reason that I call it a history table is because it
doesn't hold the information, I have a query that is ran that appends the
records in the history table to another table, I have it this way to keep the
users from being able to change the records in the table

Here's the problem - My thought was that the auto numbers did not duplicate
themselves - Well on my table they duplicate themselves - One day you may
have autonumbers from 1-10 and the next day it starts you on 1 again - What
is happening because of this is that when the reps are putting in the
information and the ID number has duplicated itself the information is then
not stored in the table and no error message populates to let them know this.

Can someone please help me get this straightened out
 
L

Larry Daugherty

You may need to cut down the intake of caffeine and/or other
stimulants.

A simpler solution to the threat of users changing things in the
tables is to change the form properties to data entry only. That way
they can enter new information but not go back and alter information
already in the table. Unless they are clever enough to open the
tables directly.

Doing that will make it unnecessary to go through the steps you now
do.

Once you have things down to a single table for the operation see if
the autonumber issues might not have gone away. If not, post back.

HTH
 
G

Guest

Well in order to do that it would be a huge undertaking because that is how
the whole database works - So there is no other solution for this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top