473,405 Members | 2,279 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,405 software developers and data experts.

How can I update forms and tables in a shared Access database?

We have an Access database Sch_S.mdb in the shared driver S across the
network. I have a copy of that database in my local driver C, named as
Sch_C.mdb. As per users' request I added some check boxes in the main
form of the database, and added some relevant subroutines in that form.

Now I need to put the modified database Sch_C.mdb to the shared S
driver. Since new data had been added to tables (say T1, T2) in
Sch_S.mdb while I was working with Sch_C.mdb, I have to update the main
form to Sch_S.mdb, or to update data in tables T1 and T2, in
Sch_C.mdb. What is the best way to do that?

What I am thinking is the following:
1. Send a note to users to stop using this shared database Sch_S.mdb
(or open Sch_S.mdb for exclusive use, so others will not be able to use
it)
2. Delete all data in tables T1 and T2 in Sch_C.mdb, then import data
from T1, T2 in Sch_S.mdb to T1, T2 in Sch_C.mdb
3. Move Sch_S.mdb to a back up folder in shared driver S, so we can
recover the old version in case of trouble.
4. Copy Sch_C.mdb from C to S, and Change its name to Sch_S.mdb
(Actually I am using the same name Sch.mdb in C and S)

Is that way working? Is there a simpler way to do that?

Thank you very much for your help!

Nov 13 '05 #1
3 3684
Split your database into a Front End, with everything but the tables
and a Back End with just the tables. Using the linked table manager,
point the Front End at the Back End tables. Note that you'll have to
be careful to change the links as you install your new Front End on
the server. Once you have the split configuration going, you can make
your changes and then just install the Front End, changing links as
required. Life will get a bit more complex when your changes require
a change in the table design. When that happens you're back into the
issue of getting the data from the older format into the new format
with no one else using the database.

A further complication is that best practice dictates that each user
have a copy of the Front End on their desktop. For ideas on how to
make it all work, look on Tony Toews's site for FE Updater.

HTH
--
-Larry-
--

"Frank" <tu**@yahoo.com> wrote in message
news:11*********************@g44g2000cwa.googlegro ups.com...
We have an Access database Sch_S.mdb in the shared driver S across the network. I have a copy of that database in my local driver C, named as Sch_C.mdb. As per users' request I added some check boxes in the main form of the database, and added some relevant subroutines in that form.
Now I need to put the modified database Sch_C.mdb to the shared S
driver. Since new data had been added to tables (say T1, T2) in
Sch_S.mdb while I was working with Sch_C.mdb, I have to update the main form to Sch_S.mdb, or to update data in tables T1 and T2, in
Sch_C.mdb. What is the best way to do that?

What I am thinking is the following:
1. Send a note to users to stop using this shared database Sch_S.mdb
(or open Sch_S.mdb for exclusive use, so others will not be able to use it)
2. Delete all data in tables T1 and T2 in Sch_C.mdb, then import data from T1, T2 in Sch_S.mdb to T1, T2 in Sch_C.mdb
3. Move Sch_S.mdb to a back up folder in shared driver S, so we can
recover the old version in case of trouble.
4. Copy Sch_C.mdb from C to S, and Change its name to Sch_S.mdb
(Actually I am using the same name Sch.mdb in C and S)

Is that way working? Is there a simpler way to do that?

Thank you very much for your help!

Nov 13 '05 #2
Thank you very much for your help. I am trying to do that way...

Frank

Nov 13 '05 #3
I got some good reading on splitting here:

http://www.members.shaw.ca/AlbertKal...plit/index.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #4

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

Similar topics

8
by: Jan van Veldhuizen | last post by:
The UPDATE table FROM syntax is not supported by Oracle. I am looking for a syntax that is understood by both Oracle and SqlServer. Example: Table1: id name city ...
0
by: Neoharuo | last post by:
I am working on a VB2003 project that accesses a SQL Server database. The first two forms (frmA, frmB) are almost identicle as far as the processes and data access and updating. I've set it up so...
4
by: HEATHER CARTER-YOUNG | last post by:
Please help. I have two databases - one I'm designing that will be our in-house data mgmt system (db1) and another that is a federally-mandated system (db2). We must submit data from db2 but don't...
7
by: PC Datasheet | last post by:
Looking for suggestions ---- A database was designed for a national automobile inspection program. In it's simplest form, the database has two tables: TblOwner OwnerID <Year/Make/Model owned...
11
by: DFS | last post by:
Architecture: Access 2003 client, Oracle 9i repository, no Access security in place, ODBC linked tables. 100 or so users, in 3 or 4 groups (Oracle roles actually): Admins, Updaters and ReadOnly....
7
by: gthompson | last post by:
Is this possible: Read fields(rows/columns) from one sql database table (TableA). Then edit/update the same 'field' in TableA; and in TableB edit/update a different field - all at the same time?...
2
by: Scotty | last post by:
I get stuck to write an update, insert and delete command, i am looking for some help to start Whats the best way to update 2 tables toe the database (Access) below my code used to load my...
5
by: explode | last post by:
I made a procedure Public Sub Novo(ByVal nova1 As String, ByVal nova2 As String) that creates a new oledbDataAdapter with insert update select and delete commads. I also added that commands can...
9
by: zmickle | last post by:
Experts and books all say that you can share an Access back end on a shared drive with the front end running on each host computer. I have a simple database that tracks student data and it is...
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.