473,569 Members | 2,764 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error accessing file. Network connection may have been lost

Help!!!!!!!!

This may have been posted bfore, but i cannot find it.

Have written a db in access 2003, opened in access 2000, saved,
re-opened,etc - all was fine.

Added some new forms / reports, again saved and reopened - all was working
fine.

Then ran copact and repair under 200 and hit:

Error accessing file. Network connection may have been lost.

Have tried
http://support.microsoft.com/default...b;en-us;304548

Does not help at all....Any ideas?

TIA - Pete
Nov 13 '05 #1
3 7583
Pete, it does sound like you have been bitten by the very nasty bug in that
article.

Unfortunately, the database is not recoverable. You will need to restore an
older backup, and redo the more recent parts of the project.

To prevent it recurring, make sure you apply the service packs to your
Access 2000.

--
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.

"Pete Atkins" <pg*@maplewoodc rafts.co.uk> wrote in message
news:cl******** ***********@new s.demon.co.uk.. .
Help!!!!!!!!

This may have been posted bfore, but i cannot find it.

Have written a db in access 2003, opened in access 2000, saved,
re-opened,etc - all was fine.

Added some new forms / reports, again saved and reopened - all was
working fine.

Then ran copact and repair under 200 and hit:

Error accessing file. Network connection may have been lost.

Have tried
http://support.microsoft.com/default...b;en-us;304548

Does not help at all....Any ideas?

TIA - Pete

Nov 13 '05 #2
Thanks for the info, However - all of the previous version of the DB appear
to suffer from the same symptoms - what triggers this in the first place and
how do I avoid it happening when I re-write?

"Allen Browne" <Al*********@Se eSig.Invalid> wrote in message
news:41******** *************** @per-qv1-newsreader-01.iinet.net.au ...
Pete, it does sound like you have been bitten by the very nasty bug in
that article.

Unfortunately, the database is not recoverable. You will need to restore
an older backup, and redo the more recent parts of the project.

To prevent it recurring, make sure you apply the service packs to your
Access 2000.

--
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.

"Pete Atkins" <pg*@maplewoodc rafts.co.uk> wrote in message
news:cl******** ***********@new s.demon.co.uk.. .
Help!!!!!!!!

This may have been posted bfore, but i cannot find it.

Have written a db in access 2003, opened in access 2000, saved,
re-opened,etc - all was fine.

Added some new forms / reports, again saved and reopened - all was
working fine.

Then ran copact and repair under 200 and hit:

Error accessing file. Network connection may have been lost.

Have tried
http://support.microsoft.com/default...b;en-us;304548

Does not help at all....Any ideas?

TIA - Pete


Nov 13 '05 #3
Apply the service pack.

From memory, this was fixed in one of the earlier service packs, but grab
SP3 for Office 2000 and the issue will not recur.

Not for this issue, but be sure to get SP8 for JET 4 as well. Both are
available in the Downloads section at http://support.microsoft.com

--
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.

"Pete Atkins" <pg*@maplewoodc rafts.co.uk> wrote in message
news:cm******** ***********@new s.demon.co.uk.. .
Thanks for the info, However - all of the previous version of the DB
appear to suffer from the same symptoms - what triggers this in the first
place and how do I avoid it happening when I re-write?

"Allen Browne" <Al*********@Se eSig.Invalid> wrote in message
news:41******** *************** @per-qv1-newsreader-01.iinet.net.au ...
Pete, it does sound like you have been bitten by the very nasty bug in
that article.

Unfortunately, the database is not recoverable. You will need to restore
an older backup, and redo the more recent parts of the project.

To prevent it recurring, make sure you apply the service packs to your
Access 2000.

"Pete Atkins" <pg*@maplewoodc rafts.co.uk> wrote in message
news:cl******** ***********@new s.demon.co.uk.. .
Help!!!!!!!!

This may have been posted bfore, but i cannot find it.

Have written a db in access 2003, opened in access 2000, saved,
re-opened,etc - all was fine.

Added some new forms / reports, again saved and reopened - all was
working fine.

Then ran copact and repair under 200 and hit:

Error accessing file. Network connection may have been lost.

Have tried
http://support.microsoft.com/default...b;en-us;304548

Does not help at all....Any ideas?

TIA - Pete

Nov 13 '05 #4

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

Similar topics

1
6681
by: TJRobertsJob | last post by:
Was wondering if someone could help. Over the last month I've been developing a small database application, using Access 2000, for use in a friends shop. Everything was going well until about a week ago when I started getting the following error when I would click any buttons on my main form that ran either VB code or an Access Macro: ...
3
1965
by: N. Graves | last post by:
Hello, I don't understand this error message." Error accessing File. Network Connection may have been lost." I'm not using any network connection for the database. In the VBA editor is goes to "Private Sub Form_DblClick(Cancel As Integer)". I have been making a bunch of changes and I'm sure I have done something to corrupt this mdb...
1
2143
by: jim | last post by:
Hi Ng I have got a hughes problem. I have got a file which I have been working on for quite a while. But now suddently no matter what button I am pressing there comes an error saying: Error accessing file. Network connection may have been lost. I have no Idea what this means, and how I can fix it?
10
2684
by: Brian Conway | last post by:
I have no idea what is going on. I have a Login screen where someone types in their login information and this populates a datagrid based off of the login. Works great in debug and test through VS, however, when I change to release and put it out on the web it fails giving me the following error message The underlying connection was...
1
3941
by: Donald Grove | last post by:
I am suddenly getting this message. It happens during code executed from a form module that calls a function stored in a standard module. I am working on a standalone pc with no network connection to anything. After this message, access closes. Then when I go back, all the module have been deleted from the form.\ MS error reporting sends...
2
2120
by: GCM | last post by:
I have a database which was created from another parent database by combining some fields into one field for clerification purposes. When I create a for with the following command I get this error: Error accessing file. Network connection may have been lost. Following is the function I use. Eveything else works fine. This function worked...
1
1866
by: Andrew Fenyo | last post by:
Help!!! I have been developing an application, and suddenly, whenever I try adding data, or adding a control to a form, I get the above message. I have tried moving the file from our server to the local machine, and also loading it from another machine, but to no avail. If I try and add data to a form, or click on a button on a form,...
1
1452
by: shrinkla | last post by:
I was trying to update my program and "imported" a file over the network into the program (not a virus or other problem as it came from another computer in the network). Since doing this the recieving program has been corrupted. All references to code in the program, when called, do not work and this error message is presented: "error...
4
1882
by: tfurubay | last post by:
Hi I'm implementing a really simple access DB on a server. Every once in a while, an error will occur that appears to cause an unrecoverable flaw in the program code. This error crashes the DB. It deactivates control buttons and does not allow me to add new controls to existing forms. I'm getting the message: "error accessing file. ...
0
7694
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...
0
7609
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...
0
8118
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...
1
7666
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...
0
5217
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...
0
3651
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...
0
3636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2107
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
1
1208
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.