473,782 Members | 2,423 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Splitting an Access database

Hi,

I have a database that I created in Access 97 and then converted to 2000.
Its running along but after looking here I believe more by good luck than
good management. I do not know any code and have created it by looking at
how Northwind works.

My problem is that I've been asked to set it up for more users (4 or 5).

I gather I need to split it into front end/back end and put the data (back
end) on the server with the forms, queries and reports (front end) on each
users workstation. Apparently there are different versions of Access
running on the workstations eg 2000, 2002 and 2003. Could someone please
tell me if this is going to cause a problem. Should I have the same version
on each workstation.

Thanking you in advance.
--
Christa
Nov 13 '05 #1
5 1683
"Christa Waggett" <3w****@ispdr.n et.au> wrote in message
news:11******** *******@stitch. ispdr.net.au...
Hi,

My problem is that I've been asked to set it up for more users (4 or 5).

I gather I need to split it into front end/back end and put the data (back
end) on the server with the forms, queries and reports (front end) on each
users workstation.
Correct.
Apparently there are different versions of Access
running on the workstations eg 2000, 2002 and 2003. Could someone please
tell me if this is going to cause a problem. Should I have the same
version
on each workstation.

That would be the ideal solution although you can save into previous version
from A2003. You'd have an obvious management overhead if you plumped for
the multi-version option.

Regards,
Keith.
www.keithwilby.com
Nov 13 '05 #2
Christa Waggett wrote:
Apparently there are different
versions of Access running on the workstations eg 2000, 2002 and
2003. Could someone please tell me if this is going to cause a
problem.


Not besides additional work for U. U just need the backend to be in the
lowest version (2000)

Beware of any temporary user-specific tables though. They should be
created/used in the frontend. Not the backend.

/jim
Nov 13 '05 #3
Di
I use 3 front ends, one for each version and a backend in the oldest
version ie 2000. I also use code to make sure that my databases are all
pointing to the same backend.

I have had crashing and database bloating problems when sharing across
versions especially those that I have converted from 97.

NB!!! - backup before they start sharing.

D...
Jim Andersen wrote:
Christa Waggett wrote:
Apparently there are different
versions of Access running on the workstations eg 2000, 2002 and
2003. Could someone please tell me if this is going to cause a
problem.
Not besides additional work for U. U just need the backend to be in

the lowest version (2000)

Beware of any temporary user-specific tables though. They should be
created/used in the frontend. Not the backend.

/jim


Nov 13 '05 #4
Br
In news:11******** *************@l 41g2000cwc.goog legroups.com,
Di <di************ @bpb-na.com> said:
I use 3 front ends, one for each version and a backend in the oldest
version ie 2000.
Why not just use A2000 since 2002/2003 still support the 2000 format?
I also use code to make sure that my databases are
all pointing to the same backend.

I have had crashing and database bloating problems when sharing across
versions especially those that I have converted from 97.
Yes, always better to import objects into a new database :)
NB!!! - backup before they start sharing.


Br@dley
Nov 13 '05 #5
Thank you for all your advice. I've managed to split it and it looks okay
and have connected the front end application using the linking via the
toolbar. I imagine using code to make sure they all point in the right
direction would be better but I do not know how.

Thanks again,

Christa

"Br@dley" <n0****@4u.co m> wrote in message
news:Mc******** **********@news-server.bigpond. net.au...
In news:11******** *************@l 41g2000cwc.goog legroups.com,
Di <di************ @bpb-na.com> said:
I use 3 front ends, one for each version and a backend in the oldest
version ie 2000.


Why not just use A2000 since 2002/2003 still support the 2000 format?
I also use code to make sure that my databases are
all pointing to the same backend.

I have had crashing and database bloating problems when sharing across
versions especially those that I have converted from 97.


Yes, always better to import objects into a new database :)
NB!!! - backup before they start sharing.


Br@dley

Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2469
by: Earl Anderson | last post by:
I have a A97/XP applet I've developed for my own use in my department. My boss "suggests" that since I built it, I share it with and instruct the other 6 members of my department on its use. I've read many pieces on using the 'Database Splitter' Wizard, however I'm still unsure of what exactly will be the end result and what would remain for me to do afterwards. Being somewhat hesitant (aka Chicken) to do it without knowing all the...
20
3027
by: Ed | last post by:
I am running Access 2002 and just ran the built in Access wizard for splitting a database into a back end (with tables) and front end (with queries, forms, modules, etc.). After running the wizard, I opened the table relationship view and noticed that all the relationships are missing. Is this supposed to happen? If so, why? I've noticed that queries are behaving strangely now, seemingly because the relationships are not established....
4
1756
by: Trollina | last post by:
I have a medium sized Access 2000 database that has been split into front end/back end. I need some help understanding what to do when I add new tables to the database that I want on the network but linked to the front end for all the users. Do I have to re-split the database to do this - or is there a way to link without doing this. I think I must be missing some fundamental point on this. Can anyone help. Thanks.
2
2096
by: Gary Lynch | last post by:
I am looking for a simple solution to a recurrent problem with imported data in Access 97. The example below is a simplification of a problem with a much larger database. Let's say I start out with a single table, describing the colors of 4 national flags. I have 4 fields: Country Text 1stColor Text 2ndColor Text 3rdColor Text
3
1406
by: Gerry Abbott | last post by:
Hi all. I've been getting my head around user-level security, and pretty much have the hang of how to give defined access to different users. However I normally implement using and MDE for the FE,on a local machine and an MDB for the backend on a server drive. I intend to have a local mdw file on the local install directory, and use the command line parameters of the shortcut to point the database file to this file, when starting up. I...
1
1785
by: CaptainWillard | last post by:
Is there any difference between splitting the .mdb vs. linking a table in another .mdb file ? For example, if I use the database splitter tool I end up with Widgets.mdb and Widgets_be.mdb. All the tables are located in Widgets_be.mdb. However, let us say that I create a file called Widgets2.mdb, move all the tables from Widgets.mdb into it, and then link the tables from Widgets.mdb to Widgets2.mdb. Is there any difference in how Access...
2
2875
by: Matt | last post by:
Hi, I'm ridiculously new to Access (about a week!) so please be patient! My database is a record of British Standards. Each has a unique identifier. Some are split into parts. I would like the user to be able to input the data into a single textbox using a form like this: Record1: BS 1490-1 Record2: BS 1490-2
5
10089
by: mctime | last post by:
Hello, I am attempting to split a raw data table into a new table that has split out a specific field in the raw data and created a new record for each split but I have come to an impasse due to my limited knowledge of sql. The Raw data contains a number of columns with key columns similar to Name, Product and Partcode. The issue is that the Partcode column in the raw data can contain multiple values split by either a "," or a
5
1346
by: Jaazaniah | last post by:
I'm designing a small db for use by about 20 or so clerks. Because of identified security issues, we've decided to split the data, and keep the main structure out of reach of the clerks. Now, the thing is I'm not on site and have no access to the type of file structure they will be using to support this. Is there a way to set up db variables (in VB or otherwise) so that a network location could be substituted in when the db goes from test...
3
2016
by: salad | last post by:
I have an A97 application that is NOT split on a network. It is used by 15+ folks continually. It is quick and fast. I split it several years ago and had to merge it together again after the folks rebelled at the slow speed resulting from the split. I have to bite the bullet and split it now. Of course, it is much slower. In one form that opens as a continous form, the data looks like it is being repainted as it displays...you can...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10313
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10147
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9946
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8968
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5378
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3643
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.