How does more than 1 user enter data w/form w/o speed issues?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have more than 1 user at the end of a shift that enter data. It seems that
when we have more than 1 person using the form, data entry gets very
slow....any ideas out there?
 
I have 30 users entering data with no noticeable reduction in speed. This
is very common.

Two users should not slow down your database at all.

You could split the database and store all the data in the backend database
on the server and give each user their own copy of the front-end. This is
how you *should* do a multi-user database anyway, but I had about 10 users
in my database before I split it and we rarely had any trouble.
 
Back
Top