I am very, very new to using this software, but have an immediate need to
break through a roadblock on a project we have underway. In a nutshell, we
have a database with roughly 15 input fields designed to track the activities
of a group of roughly 50 employees. We are having major frustrations,
probably due to ignorance, with data input as multiple users attempt to
access the data form simultaneously. The database quickly converts to
read-only when more than one user accesses it. We are still working in MS
Access 2003, hoping to upgrade later this year. Is the data access page the
solution to this issue? Any advice is greatly appreciated.
|
|
0
|
|
|
|
Reply
|
Utf
|
1/21/2010 3:31:02 AM |
|
First, split the database. There is a wizard if you have no experience with
the very easy manual process. Put a copy of the front-end on each
workstation, linked to the data (tables) on a server in the back-end. Make
sure that the Access is open (as well as the database) for shared access,
and start the options with no locks. All users need read, write create, and
delete permissions on the server folder which holds the back-end.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"bankingbuddy" <bankingbuddy@discussions.microsoft.com> wrote in message
news:31DECEAA-0833-4F01-B977-D82C33825179@microsoft.com...
>I am very, very new to using this software, but have an immediate need to
> break through a roadblock on a project we have underway. In a nutshell,
> we
> have a database with roughly 15 input fields designed to track the
> activities
> of a group of roughly 50 employees. We are having major frustrations,
> probably due to ignorance, with data input as multiple users attempt to
> access the data form simultaneously. The database quickly converts to
> read-only when more than one user accesses it. We are still working in MS
> Access 2003, hoping to upgrade later this year. Is the data access page
> the
> solution to this issue? Any advice is greatly appreciated.
|
|
0
|
|
|
|
Reply
|
Arvin
|
1/21/2010 4:49:29 AM
|
|
See this article:
Implementing a Successful Multiuser Access/JET Application
http://www.accessmvp.com/TWickerath/articles/multiuser.htm
Follow all of the steps, including disabling Name Autocorrect, splitting the
database, establishing a persistent connection, etc. You'll likely want to
look into using the AutoFE Updater utility to help ease the burden of
distributing updates to your application.
> Is the data access page the solution to this issue?
I would not consider DAPs to be a solution. For one thing, they were
deprecated in Access 2007. You can still open them in A2007, but you cannot
make design changes to DAPs in A2007. And, they have been completely removed
from Access 2010, which is currently in beta release.
Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
__________________________________________
"bankingbuddy" wrote:
> I am very, very new to using this software, but have an immediate need to
> break through a roadblock on a project we have underway. In a nutshell, we
> have a database with roughly 15 input fields designed to track the activities
> of a group of roughly 50 employees. We are having major frustrations,
> probably due to ignorance, with data input as multiple users attempt to
> access the data form simultaneously. The database quickly converts to
> read-only when more than one user accesses it. We are still working in MS
> Access 2003, hoping to upgrade later this year. Is the data access page the
> solution to this issue? Any advice is greatly appreciated.
|
|
0
|
|
|
|
Reply
|
Utf
|
1/21/2010 8:03:01 AM
|
|
|
2 Replies
1031 Views
(page loaded in 0.087 seconds)
Similiar Articles: Access Data Input - Multiple Users - microsoft.public.access ...I am very, very new to using this software, but have an immediate need to break through a roadblock on a project we have underway. In a nutshell, we have a database ... Speeding up a database over network - multiple users - microsoft ...form: data input locking up - microsoft.public.access.forms ..... data storage on a network. I moved the data ... Access Data Input - Multiple Users - microsoft ... on a ... Multiple User Access - microsoft.public.access.modulesdaovba ...Access Data Input - Multiple Users - microsoft.public.access ... I am very, very new to using this software, but have an immediate need to break through a roadblock on a ... Prompt user to input what data to be displayed on Report ...On Mar 25, 4:00=A0pm, Summing multiple fields on a form <Summingmultiplefieldsonaf...@discussions.microsoft.com> wrote: > I've created a report. Prevent multiple users accessing 1 record - microsoft.public ...Prevent multiple users accessing 1 record - microsoft.public ... Preventing database editing by users - microsoft.public.access ... Prevent multiple users accessing 1 ... Multi User Replication... - microsoft.public.accessRun Permissions are set to Owner's, User and Group ... Access Data Input - Multiple Users - microsoft.public ... The Knowledge Consistency Checker located a replication ... Multiple Record Inputs with one Form - microsoft.public.access ...... someone has tried to convert a spreadsheet into an Access database ... Create an input form - microsoft.public.access Multiple Record Inputs with one Form - microsoft ... Access 2007: Prevent upgrade prompt when opening old database ...Access Data Input - Multiple Users - microsoft.public.access ..... 2003, hoping to upgrade later this year. Is the data access page ... were deprecated in Access 2007. Create an input form - microsoft.public.accessThe user would input data in the intersection of the ... Multiple Record Inputs with one Form - microsoft.public.access ... How-To:Create input form of products sold vs year ... Multiple condition data validation - microsoft.public.excel ...Multiple condition data validation - microsoft.public.excel ... Access Data Input - Multiple Users - microsoft.public.access ... I use data validation allot to restrict ... Access Data Input - Multiple Users DataBaseI am very, very new to using this software, but have an immediate need to break through a roadblock on a project we have underway. In a nutshell, we have a database ... Using MS Access: Multiple User Data Input, tables access ...Expert: Scottgem - 11/18/2004. Question I'm using Access 2000, can I have multiple users input data into a database (up to 5 users)? Can they input to the same table ... Access - Multiple User Input - Computer Tech Support Forum ...How or where do you setup an Access database to allow multiple users the ability to open and enter data into the database at the same time?? I have one database that ... Best Practices When Using Microsoft Office Access 2003 in a Multi ...The reason is that multiple users may open the database (.mdb), and Access cannot obtain an exclusive lock on the database. You can overcome this limitation by opening ... Thinking About Data Entry and User Input - Microsoft Corporation ...An Access database makes a good front-end data-entry component for data ... your solution requires that you control and validate the data that users enter or other user input ... 7/25/2012 7:03:00 AM
|