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.
 

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

Back
Top