473,396 Members | 1,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How can multiple users access the same query data from different pc's

Hi I hope someone can shed some light on this for me

I have been tasked with creating an outbound database system for multiple users. The database will receive a new batch of data on a monthly basis, so I have created an import routine to collect the relevant data that is needed and that works fine. I have created my form that picks up data depending on the criteria from my query.

The problem I am experiencing is when multiple users try accessing the form to complete the data the system just stops.

Could someone please guide me in the right direction on the best way to create my form so multiple users can scroll through each file that is not being used by , 1:Another user 2: ensure multiple users aren’t trying to access the same file.

Any help would be truly appreciated, thanks for your time
Nov 10 '10 #1
1 1929
orangeCat
83 64KB
Look up info on splitting your database into Backend and Frontend. Backend on a server, front end(s) on each client machine.

What is a split database application?

A split database consists of two database files. One database (called the back-end database) contains only the tables and relationships and resides on a network file server. The other database (referred to as the front-end database) contains all the other database objects: queries, forms, reports, macros and modules and resides on each user's computer.

A split database design works well in multiuser environments, and it offers these advantages:

* Performance is improved because the application portion of the database, the user interface, is on the user's local hard disk.
* Network traffic is reduced because only the data travels over the network; all other objects in the database are local.
* Updating your application is easier. You can make design changes to the front-end database, and then distribute the changes to users without changing any of the data in the back-end database.
* In non-runtime environments, users can create their own custom objects, such as queries, forms, or reports, without affecting other users.
Nov 10 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: mary | last post by:
I am developing an Access db which will be used by multiple users. My questions are: Does MS Access have problems with multiple users accessing the db at once? If yes, what is your solution...
1
by: Jeremy | last post by:
I have built a form that calls queries. I have the first 2 set up as select queries, and the third set up as a make table query. When multiple users are on this application at the same time, they...
8
by: Bruce Dodds | last post by:
When run manually, my query appends 14 records. When run from code using CurrentProject.Connection.Execute, the same query appends 11 records. Does anyone have an explanation of why this could be...
0
by: fortra | last post by:
I've been wondering: Since ADO.NET is a disconnected data model, how do I managed concurrent users accessing and modifying the same table? Lets say I have one record with a field named "foo". ...
1
by: deko | last post by:
This may be an elementary question. The Build error I get is: "...frmMain.cs(964): The type or namespace name 'xdd' could not be found..." I create a dataset when frmMain opens: public...
1
by: bikkaran | last post by:
Hi , I have a peculiar situation where the same query is giving different out on th edatabase server and the when the same database is catalogged to another server What I find is the out...
2
by: brown | last post by:
Is it possible to access the authenticated user data using the Membership and MembershipUser classes from an asp.net 2.0 project that doesn't contain the login controls? For example, one project...
0
by: tonybruno | last post by:
Hello, I am trying to query data in Access to an IBM iSeries DB2. I have the table linked using the the Client Access ODBC Driver (32-bit) and it shows in Access that the table is linked. My problem...
5
aas4mis
by: aas4mis | last post by:
I have a table stating descriptions (desc) and quantities (qq). How would I go about getting the sum for all rugs and the sum for all non rugs in the same query/subquery? Thanks in advance. This...
1
by: Dinesh Balani | last post by:
Background: I am currently working a medium scale project to improve the database system at my company. Currently there are 10 different ('97) Access databases which are used by different stations...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.