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

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 1891
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 programmatically 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.meganewsser vers.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*********@SeeSig.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 programmatically 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.meganewsser vers.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
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() ...
9
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...
2
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...
1
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...
7
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...
2
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...
45
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...
3
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
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...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.