473,624 Members | 2,637 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Weird Problem... MS Access create a copy of the database by itself?

What might cause MS Access to create a copy of the database by
itself?

I have a Front End and a BE on a databse, but, some users, when click
on the short cut, another FE database is created with the exact name
of the FE but with a 1 at the end. i.e. FE "ABC.mdb", then when a
certain user access it, an "ABC1.mdb" is created permanently until I
delete it manually. Then, that same user access it again, another one
is created. What's happening?

Thanks for your help in advance.

Perry

Apr 13 '07 #1
6 5046
Perry, do you have Compact On Close turned on under your options?

Chances are that the spurious databases are left over as the result of a
faulty compact. Access 2007 can do this, but older versions can too.

In general Compact on Close is not a good idea.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<pe******@yahoo .comwrote in message
news:11******** **************@ o5g2000hsb.goog legroups.com...
What might cause MS Access to create a copy of the database by
itself?

I have a Front End and a BE on a databse, but, some users, when click
on the short cut, another FE database is created with the exact name
of the FE but with a 1 at the end. i.e. FE "ABC.mdb", then when a
certain user access it, an "ABC1.mdb" is created permanently until I
delete it manually. Then, that same user access it again, another one
is created. What's happening?

Thanks for your help in advance.

Perry
Apr 13 '07 #2
Allen,
Thanks for the fast response. No, I double check, I don't
have compact on close turn on. BTW, this only happen in that
computer, which has a short cut to the network .mdb file. No other
computer does this. Any other idea?

Perry

Apr 13 '07 #3
Sorry: I don't know what's going on.

Presumably you have checked the shortcut to ensure it is not doing anything
odd such as running scripts, or compacting the db.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<pe******@yahoo .comwrote in message
news:11******** *************@p 77g2000hsh.goog legroups.com...
Allen,
Thanks for the fast response. No, I double check, I don't
have compact on close turn on. BTW, this only happen in that
computer, which has a short cut to the network .mdb file. No other
computer does this. Any other idea?

Perry
Apr 13 '07 #4
On Apr 13, 12:08 pm, "Allen Browne" <AllenBro...@Se eSig.Invalid>
wrote:
Sorry: I don't know what's going on.

Presumably you have checked the shortcut to ensure it is not doing anything
odd such as running scripts, or compacting the db.

No. In fact, I deleted the short cut and created a new one on that
machine. I never had this happened. My suspcion, because this
machine has been acting up for other things as well, could it be
something wrong with the network setup? It seems this machine as an
outside intruder and made a copy? I am just widely guessing. Thanks
anyway.

Perry

Apr 13 '07 #5
The symptom is that you are copying in a DB which already exists and it is
adding a "1"... does the shortcut retrieve the DB from somewhere before
executing it; or are there conditions under which the database itself may
copy from elsewhere?

Larry Linson
Microsoft Access MVP

<pe******@yahoo .comwrote in message
news:11******** **************@ y80g2000hsf.goo glegroups.com.. .
On Apr 13, 12:08 pm, "Allen Browne" <AllenBro...@Se eSig.Invalid>
wrote:
>Sorry: I don't know what's going on.

Presumably you have checked the shortcut to ensure it is not doing
anything
odd such as running scripts, or compacting the db.


No. In fact, I deleted the short cut and created a new one on that
machine. I never had this happened. My suspcion, because this
machine has been acting up for other things as well, could it be
something wrong with the network setup? It seems this machine as an
outside intruder and made a copy? I am just widely guessing. Thanks
anyway.

Perry

Apr 13 '07 #6

The last time I saw something like this happen, the user was using
Internet Explorer to "open" the database. IE, being a web browser,
was actually "downloadin g" the database, rather then opening it from
it's network location as you would expect.

In networked situations, the FE should *not* be on the network
anyways, but on the user's computer, but I do tend to see this a lot
where the programmer hopes to have only 1 FE that they can update
whenever they feel like and hope everyone will get a "new" copy of the
FE when they open it. (Sad, but that's not the right way to go about
this.....)

On Apr 13, 10:25 am, perry...@yahoo. com wrote:
What might cause MS Access to create a copy of the database by
itself?

I have a Front End and a BE on a databse, but, some users, when click
on the short cut, another FE database is created with the exact name
of the FE but with a 1 at the end. i.e. FE "ABC.mdb", then when a
certain user access it, an "ABC1.mdb" is created permanently until I
delete it manually. Then, that same user access it again, another one
is created. What's happening?

Thanks for your help in advance.

Perry

Apr 15 '07 #7

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

Similar topics

13
3793
by: Wolfgang Kaml | last post by:
Hello All, I have been researching newsgroups and knowledgebase all morning and not found a solution that would solve the problem I have. I am having an ASP or ASPX web page that implement a counter functionality and read/insert some data in a MS Access database on that Windows 2003 server. The weird part is, as long as the web page is very short in size, I can hit the refresh button and Internet Explorer will reload the page and display...
7
12650
by: Graham Taylor | last post by:
I've tried posting this in the 'microsoft.public.access' but I will post it here also, as I think it might be the webserver which is causing my problem. --------- I have an Access 2003 database which is in the "fpdb" folder of my webserver. Its located there so that I can use asp to build a web-based front-end for users to read the database - http://www.nist.ac.th/maths/test1.asp The MBD file is edited using Access (2003) and opening...
2
9282
by: Chris Bolus | last post by:
I'm a teacher using MS Access on an RMConnect 2.4 network. On some workstations both I and my students sometimes get an error message when attempting to insert a command button on a form which reads "Invalid use of null". The remainder of the options in the Command Button Wizard are then unavailable and the button wil not work. The only solution is to log on to a different workstation. Any ideas?
14
5258
by: JK Peck | last post by:
I have a fairly large Access application that ran correctly in Access 2000. After upgrading to Access 2003 (and recompiling and updating references), it reliably crashes at a certain point. If I step through the VBA code, the crash does not occur. What is different about stepping through code instead of just running it? Any idea how to find the cause? I know about where it happens, but since it is Access itself crashing, finding a...
4
1902
by: Eric E | last post by:
Hi all, I have a fairly complex form in Access 2000. In particular, it has two subforms on separate tabs of a tab control. For the last two weeks, I've encountered the dreaded : "You can't carry out this action at the present time." error, runtime 2486. Subsequently Access will not exit the form, and shuts down uncleanly. Looking back on the messages here, this seems to be an indication of a corrupt object in the .mdb. So I imported...
7
2158
by: Ruben Baumann | last post by:
Just wondered if anyone has had occasion to use, or does use, FileMaker, or Raining Data's Omnis, or Alpha5's software, and how they compare with Access? Ruben
7
2911
by: jsale | last post by:
I'm currently using ASP.NET with VS2003 and SQL Server 2003. The ASP.NET app i have made is running on IIS v6 and consists of a number of pages that allow the user to read information from the database into classes, which are used throughout the application. I have made class collections which, upon reading from the DB, create an instance of the class and store the DB values in there temporarily. My problem is that if user1 looks at...
1
1626
by: mpltkvx | last post by:
Hello, This is a question regarding MS-Access programming. 1. Network environment: I got a room with 50 people answering the phone and logging the topics of the incoming calls. Each has a PC, and the PC's are connected by LAN to a Windows 2000 server PC.
2
1615
by: jerrygarciuh | last post by:
Hi all, The following script is giving me weird problems. I have in this directory an index.php and hurricane.php. If the script gets $i = 'on' it is supposed to back up the current index into a file called normal.php and then copy hurricane.php into index.php. This should create a backup of the index and then put the hurrican alert in place.
0
8251
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8182
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
8688
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
8635
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...
1
8352
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7178
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...
1
6115
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
1800
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.