On 21 Jan 2007 11:05:47 -0800,
(E-Mail Removed) wrote:
>Am I missing something? Did I not delete the relationship right? Or
>am I supposed to do another step to "unrelate it"? I looked in
>Queries, Forms, Macros, etc. but there's nothing in there.
I'd suggest getting rid of Name Autocorrect (cynically referred to by
many as Name Autocorrupt). Open the database; select Tools...
Options... General; uncheck "Track Name Autocorrect Information".
Compact the database to get rid of the name autocorrect residue
(Tools... Database Utilities... Compact and Repair) and see if this
helps.
Most developers will also set all tables' Subdatesheet property to
[None] rather than [Auto] - you shouldn't be using table datasheets
for interaction with your data anyway, and the subdatasheets can be a
major drain on performance.
John W. Vinson[MVP]