Splitting mdb users use back end tables

A

angelaoyster5

I"m going to split my db but almost all of the users are going to be inputing
data into the tables, I wonder if splitting it into a front/back end will
help since all the users will need to use the back end? It it worth it? Are
there other options?
 
N

Norman Yuan

It is one of the main reasons to split Access application into FE and BE
that many users access (inputting, retrieving) to the same BE.
 
Top