473,625 Members | 2,632 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

The Case of the Disappearing Relationships

Hi everyone,

I have an Access 2002 database, split into frontend and backend, both files
on one PC for some initial test data entry. Data entry person is an
intelligent college student with no Access experience. She wouldn't go
thrashing around attempting to break things. The relationships have all
disappeared and I now have a few orphan records wandering around. Assuming
she didn't proactively delete them, does anyone know of any circumstance
whereby they could be accidentally deleted? I have no idea how this
happened and obviously don't want it to happen again.

If anyone has any ideas, let me thank you in anticipation.

Linda

Nov 13 '05 #1
2 1901
Hi Linda

There is a very good chance that this is a corruption caused by Name
AutoCorrect. To fix it:

1. Create a new (blank) database.

2. In the new database, uncheck the boxes under:
Tools | Options | General | Name AutoCorrect

3. Import everything from the old database:
File | Get External | Import
That Import dialog has an Options button that lets you indicate whether to
import the relationships or not. Try importing them (the default). They may
get rebuilt by the import process. If they are still messed up, you can
import the tables and other objects without the relations, and rebuild the
relations by hand if necessary.

For a list of other problems caused by Name AutoCorrect, see:
http://members.iinet.net.au/~allenbrowne/bug-03.html
If you need to programmaticall y delete all of the damaged and hidden
relations in the original database so you can rebuild them, this code will
do it:
http://members.iinet.net.au/~allenbrowne/DelRel.html

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

"Squirrel" <wi*****@covad. net> wrote in message
news:b8******** *************** **@msgid.megane wsservers.com.. .
Hi everyone,

I have an Access 2002 database, split into frontend and backend, both
files
on one PC for some initial test data entry. Data entry person is an
intelligent college student with no Access experience. She wouldn't go
thrashing around attempting to break things. The relationships have all
disappeared and I now have a few orphan records wandering around.
Assuming
she didn't proactively delete them, does anyone know of any circumstance
whereby they could be accidentally deleted? I have no idea how this
happened and obviously don't want it to happen again.

If anyone has any ideas, let me thank you in anticipation.

Linda

Nov 13 '05 #2
Allen,

thx for your advice. I will follow your instructions. I hadn't understood
the Name AutoCorrect feature, just accepted the defaults... I often read
your responses to folk seeking assistance. I always learn something. Thank
you.

Linda
"Allen Browne" <Al*********@Se eSig.Invalid> wrote in message
news:41******** **************@ per-qv1-newsreader-01.iinet.net.au ...
Hi Linda

There is a very good chance that this is a corruption caused by Name
AutoCorrect. To fix it:

1. Create a new (blank) database.

2. In the new database, uncheck the boxes under:
Tools | Options | General | Name AutoCorrect

3. Import everything from the old database:
File | Get External | Import
That Import dialog has an Options button that lets you indicate whether to
import the relationships or not. Try importing them (the default). They may get rebuilt by the import process. If they are still messed up, you can
import the tables and other objects without the relations, and rebuild the
relations by hand if necessary.

For a list of other problems caused by Name AutoCorrect, see:
http://members.iinet.net.au/~allenbrowne/bug-03.html
If you need to programmaticall y delete all of the damaged and hidden
relations in the original database so you can rebuild them, this code will
do it:
http://members.iinet.net.au/~allenbrowne/DelRel.html

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

"Squirrel" <wi*****@covad. net> wrote in message
news:b8******** *************** **@msgid.megane wsservers.com.. .
Hi everyone,

I have an Access 2002 database, split into frontend and backend, both
files
on one PC for some initial test data entry. Data entry person is an
intelligent college student with no Access experience. She wouldn't go
thrashing around attempting to break things. The relationships have all
disappeared and I now have a few orphan records wandering around.
Assuming
she didn't proactively delete them, does anyone know of any circumstance
whereby they could be accidentally deleted? I have no idea how this
happened and obviously don't want it to happen again.

If anyone has any ideas, let me thank you in anticipation.

Linda


Nov 13 '05 #3

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

Similar topics

0
2458
by: gcash | last post by:
I'm having problems with some attributes in Internet Explorer. I'm trying to figure out how to set things up so I don't have to do my own event loop even though I'm using DispatchWithEvents() The reason why is that I'm doing lots of "looking at the IE Document object then poking IE" processing. Specifically I'm trying to implement an IE "object" that you can use to write "macro" scripts to do long and boring point'n'click routines in...
9
3315
by: Larry Woods | last post by:
I have a site that works fine for days, then suddenly, I start getting ASP 0115 errors with an indication that session variables IN SEPARATE SESSIONS have disappeared! First, for background information, I have a customized 500-100 page that sends the value of various session variables via email to my support site. The situation: On the home page of the site, the FIRST THING that is done is a Session
2
4129
by: Max | last post by:
Hi. I really hope someone can help me. Going slowly insane with this problem. I have a two Access 2000 databases. One is the backend containing tables and some admin queries. The other is the front end with forms / queries and links to the tables in the back end. From the Relationships window I selected File / Print Relationships. The resulting report shows relationships that are not displayed in the relationships window. Some of...
1
1570
by: Kent Baldwin | last post by:
Hi, I created a 'Quantity' field in a table named tblBidLabor ...started noticing poor performance on queries based on this table. All references to this field had been replaced with 'Expr1' in the queries. When I look at the table in design view the Quantity field is not visible, nor can I see it in any queries based on this table. I can only see the Quantity field when I look at in Relationships. I can't add a Quantity field back to...
7
2121
by: davegb | last post by:
I'm totally new to relational database design. My boss has asked me to create a database of information on the employees in our group. Seemed to me like a simple application to learn the ropes. A couple of things are confusing me. The first is "Relationships" and "Joins". Are they different names for the same thing? If not, what is the difference? I have a copy of the Access 2000 Bible, and it says, "When you create a relationship between...
2
2604
by: Rachel Suddeth | last post by:
Here is my scenario: I have a few custom controls that I set up on a form and tested setting properties and appearances. Then I added a couple references to the project which add classes I need to get data from the server to actually do something useful. (These are generated by 3rd party database software.) After adding those references, and no other changes to my form.... all the controls disappear from the visual interface on the...
45
3386
by: salad | last post by:
I'm curious about your opinion on setting relationships. When I designed my first app in Access I'd go to Tools/Relationships and set the relationships. Over time I'd go into the window and see relationship spaghetti....tables/queries all overthe place with lots of relationship lines between here and there. After that first app I didn't do relationships. If I had a query, I defined the relationship. Many of the times when I create a...
3
2535
by: mark.szretter | last post by:
Relationships between tables disappear without explanation in the database diagram using SQL Server 2005. Many thanks for any thoughts/questions on the topic!
0
3428
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
Like many people, I normally use Yahoo! Mail via the web and like to keep all my emails stored on the Yahoo! server. However sometimes I can’t get access to a PC/the web and I download my emails to a PDA/palmtop via POP3. The PDA uses Windows Mobile software. Since using the PDA, I have had the problem of emails disappearing from the Yahoo! server. However I think I now understand how to avoid this. It seems that Windows Mobile is...
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,...
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
8494
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...
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();...
0
4085
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
4188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2614
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
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.