Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4553736
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:59:20+00:00 2026-05-21T16:59:20+00:00

I have an Access database containing information about people (employee profiles and related information).

  • 0

I have an Access database containing information about people (employee profiles and related information). The front end has a single console-like interface that modifies one type of data at a time (such as academic degrees from one form, contact information from another). It is currently linked to multiple back ends (one for each type of data, and one for the basic profile information). All files are located on a network share and many of the back ends are encrypted.

The reason I have done that is that I understand that MS Access has to pull the entire database file to the local computer in order to make any queries or updates, then put any changed data back on the network share. My theory is that if a person is changing a telephone number or address (contact information), they would only have to pull/modify/replace the contact information database, rather than pull a single large database containing contact information, projects, degrees, awards, etc. just to change one telephone number, thus reducing the potential for locked databases and network traffic when multiple users are accessing data.

Is this a sane conclusion? Do I misunderstand a great deal? Am I missing something else?

I realize there is the consideration of overhead with each file, but I don’t know how great the impact is. If I were to consolidate the back ends, there is also the potential benefit of being able to let Access handle referential integrity for cascading deletes, etc., rather than coding for that…

I’d appreciate any thoughts or (reasonably valid) criticisms.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T16:59:20+00:00Added an answer on May 21, 2026 at 4:59 pm

    This is a common misunderstanding:

    MS Access has to pull the entire database file to the local computer in order to make any queries or updates

    Consider this query:

    SELECT first_name, last_name
    FROM Employees
    WHERE EmpID = 27;
    

    If EmpID is indexed, the database engine will read just enough of the index to find which table rows match, then read the matching rows. If the index includes a unique constraint (say EmpID is the primary key), the reading will be faster. The database engine doesn’t read the entire table, nor even the entire index.

    Without an index on EmpID, the engine would do a full table scan of the Employees table — meaning it would have to read every row from the table to determine which include matching EmpID values.

    But either way, the engine doesn’t need to read the entire database … Clients, Inventory, Sales, etc. tables … it has no reason to read all that data.

    You’re correct that there is overhead for connections to the back-end database files. The engine must manage a lock file for each database. I don’t know the magnitude of that impact. If it were me, I would create a new back-end database and import the tables from the others. Then make a copy of the front-end and re-link to the back-end tables. That would give you the opportunity to examine the performance impact directly.

    Seems to me relational integrity should be a strong argument for consolidating the tables into a single back-end.

    Regarding locking, you shouldn’t ever need to lock the entire back-end database for routine DML (INSERT, UPDATE, DELETE) operations. The database base engine supports more granular locking. Also pessimistic vs. opportunistic locking — whether the lock occurs once you begin editing a row or is deferred until you save the changed row.

    Actually “slow network” could be the biggest concern if slow means a wireless network. Access is only safe on a hard-wired LAN.

    Edit: Access is not appropriate for a WAN network environment. See this page by Albert D. Kallal.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table containing information on customers and products in an Access database:
I have a ms access database that has one table for each photo album
I have a MS Access database (Access 2002, for the record). It has a
I have a (DB2) database table containing location information, one column of which is
I have a database containing private information that must only be accessible to my
I have an ACCESS table named Reviewer Score Averages containing information on company reviews
I have a small MS Access database containing four tables and are struggeling with
I have an access database with these tables: - sequences: it describes the sequences
I have an Access database (in Access 2003) with several tables, and data must
I have an Access database of 4M rows, each representing an individual customer order.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.