P
Patrick
HI!!
I've recently been having problems my database.
I've got a DB with two users on it.
My DB is not split, because it just slows down the
application to a near alt. So I've got the two users
pointing to the same DB on a shared drive.
Now my problem:
One the 2 users on entering data on the same form at
almost the same time. Each time they select my new button,
a number is generaded(via VBA code) and asign to the order
there about to fill with data. Now my other user might
enter a new record as well and the code so far prevents
the other user from using an newly created number by the
other user and vice-versa.
Today one of them tried to fill-in the blanks of one newly
created order and the DB let the user to-it. after leaving
and returning to that same order number they notice that
the data was corrupted due to the fact that one of the
users was working(at the same time) on the other users
newly created order number. Can I prevent that from ever
happening again ether programmaticaly or using the FE and
BE approach..
Any help will be appreciated, I realy want to know how to
do this the right way...
thanx in advance for all your help and explainations!!
Patrick
I've recently been having problems my database.
I've got a DB with two users on it.
My DB is not split, because it just slows down the
application to a near alt. So I've got the two users
pointing to the same DB on a shared drive.
Now my problem:
One the 2 users on entering data on the same form at
almost the same time. Each time they select my new button,
a number is generaded(via VBA code) and asign to the order
there about to fill with data. Now my other user might
enter a new record as well and the code so far prevents
the other user from using an newly created number by the
other user and vice-versa.
Today one of them tried to fill-in the blanks of one newly
created order and the DB let the user to-it. after leaving
and returning to that same order number they notice that
the data was corrupted due to the fact that one of the
users was working(at the same time) on the other users
newly created order number. Can I prevent that from ever
happening again ether programmaticaly or using the FE and
BE approach..
Any help will be appreciated, I realy want to know how to
do this the right way...
thanx in advance for all your help and explainations!!
Patrick