473,394 Members | 1,845 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,394 software developers and data experts.

Access 2002 exclusive mode -- not desirable

We just converted several of our major front-ends from Access 97 to
Access 2002. However there is an undesirable feature that we hadn't
anticipated in testing: the fact that changes to modules/forms/reports
cannot be saved since out applications are shared; that is, when
multiple users are in the application, we cannot change to exclusive
mode to save the changes since this would stop the work flow. This was
NOT a problem with Access 97! Is there a way to override this feature
in Access 2002?

TIA

gms--

Nov 12 '05 #1
4 4280
"Greg M. Silverman" <gm*******@REMOVEMEumn.edu> wrote in message
news:bj**********@lenny.tc.umn.edu...
We just converted several of our major front-ends from Access 97 to
Access 2002. However there is an undesirable feature that we hadn't
anticipated in testing: the fact that changes to modules/forms/reports
cannot be saved since out applications are shared; that is, when
multiple users are in the application, we cannot change to exclusive
mode to save the changes since this would stop the work flow. This was
NOT a problem with Access 97! Is there a way to override this feature
in Access 2002?


Only to convert back to A97 :-)

Basically MS took the (not unreasonable) position that making design changes while
others were in the file was a bad idea anyway. But this was not just a "rule" that
was inserted. In A97 database objects were each stored as BLOBS in the system table
so they could be saved independently. In A2K and above the entire project is stored
in one big BLOB field so individual objects can no longer be saved. Every save saves
the entire project.
Nov 12 '05 #2
"Greg M. Silverman" <gm*******@REMOVEMEumn.edu> wrote:
We just converted several of our major front-ends from Access 97 to
Access 2002. However there is an undesirable feature that we hadn't
anticipated in testing: the fact that changes to modules/forms/reports
cannot be saved since out applications are shared; that is, when
multiple users are in the application, we cannot change to exclusive
mode to save the changes since this would stop the work flow. This was
NOT a problem with Access 97! Is there a way to override this feature
in Access 2002?


Don't your users have thier own copies of the FE MDB/MDEs? Or are you talking about
when doing programming?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #3
Tony Toews wrote:
"Greg M. Silverman" <gm*******@REMOVEMEumn.edu> wrote:
We just converted several of our major front-ends from Access 97 to
Access 2002. However there is an undesirable feature that we hadn't
anticipated in testing: the fact that changes to modules/forms/reports
cannot be saved since out applications are shared; that is, when
multiple users are in the application, we cannot change to exclusive
mode to save the changes since this would stop the work flow. This was
NOT a problem with Access 97! Is there a way to override this feature
in Access 2002?


Don't your users have thier own copies of the FE MDB/MDEs? Or are you talking about
when doing programming?


Users were sharing the Access file (developers had their own copy)... we
are in the process of going to the distributed MDE model, so this will
all be moot.

Thanks!
gms--

Nov 12 '05 #4
"Greg M. Silverman" <gm*******@REMOVEMEumn.edu> wrote:
Users were sharing the Access file (developers had their own copy)... we
are in the process of going to the distributed MDE model, so this will
all be moot.


Good. FWIW I specifically created the Auto FE Updater utility so that I could make
changes to the FE MDE as often as I wanted and be quite confident that the next time
someone went to run the app that it would pull in the latest version. For more info
on the errors or the utillity see the free Auto FE Updater utility at
http://www.granite.ab.ca/access/autofe.htm at my website to keep the FE on each PC up
to date.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #5

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

Similar topics

6
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much...
6
by: Jan Szymczuk | last post by:
I'm creating a database in Access 2000 in XP Pro (SP2), I have downloaded Allen Browne's pop up calender for use in my database, and imported the forms: frmCalender, frmExample and the Module...
1
by: JohnC | last post by:
I have this exact same scenario. It is new and seems to be related to when we installed Adobe 7.0 Standard/Professional. We have an MDB on a LAN file server. Using Access 2K and Windows 2K. ...
1
by: University of Toronto | last post by:
Hi gang, Hopefully someone can help us out. In short - Access 2002, db split into a front end and back end. It appears that our backend db is locked. Our form bound to one table won't allow...
18
by: Andre Laplume via AccessMonster.com | last post by:
I have inherited a bunch of dbs which are are shared among a small group in my dept. We typically use the dbs to write queries to extract data, usually dumping it into Excel. Most dbs originated...
2
by: Dean Slindee | last post by:
Anybody written code in VB.NET to: 1) show a print preview window of reports already written and stored in an Access 2002 database; or 2) execute the print of a report stored in an Access 2002...
17
by: shineofleo | last post by:
Here is the situation: I wrote a VB programm, which stores all the information in a single Access database file using jet engine. It worked well, however one of my customs reported that there was...
4
by: bob | last post by:
Hi, I use a Access database for my asp.net application. I use this connection string: sConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = c:\mydb.mdb" Now i put a pasword...
35
by: kaleolani65 | last post by:
I recently started a job at a medical staffing company, a database used to keep information was built by a lady there who has very limited Access experience (even less than me) They run...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...

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.