PC Review


Reply
Thread Tools Rate Thread

I can't delete a certain record in an access file. Error 3709?

 
 
=?Utf-8?B?U3Vl?=
Guest
Posts: n/a
 
      13th Feb 2006
Error 3709 is "the search was not found"
 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      14th Feb 2006
Hi Sue

The solution will probably be to create a new table, and import all the
*other* records into that table.

Details in
Recovering from corruption
at:
http://allenbrowne.com/ser-47.html
The technique is explained in the 3rd symptom.

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

"Sue" <(E-Mail Removed)> wrote in message
news:B0A3EDA1-9F4B-4BD9-920B-(E-Mail Removed)...
> Error 3709 is "the search was not found"



 
Reply With Quote
 
=?Utf-8?B?R2Vu?=
Guest
Posts: n/a
 
      21st Feb 2007
Hello, I am experiencing the same problem - one record has turned into
chinese characters and I cannot delete it. It happend after I had two forms
opened at the same time and tried to edit the same record on either form (BIG
mistake apparently). My database is large and complex, is there any other
solution for getting rid of this record besides creating a whole new database?

"Allen Browne" wrote:

> Hi Sue
>
> The solution will probably be to create a new table, and import all the
> *other* records into that table.
>
> Details in
> Recovering from corruption
> at:
> http://allenbrowne.com/ser-47.html
> The technique is explained in the 3rd symptom.
>
> --
> 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.
>
> "Sue" <(E-Mail Removed)> wrote in message
> news:B0A3EDA1-9F4B-4BD9-920B-(E-Mail Removed)...
> > Error 3709 is "the search was not found"

>
>
>

 
Reply With Quote
 
Allen Browne
Guest
Posts: n/a
 
      21st Feb 2007
Creating a new *table* is not as involved as creating a new database.

Not that it's difficult to get Access to recreate the whole thing. It's a
single operation to import everything.

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

"Gen" <(E-Mail Removed)> wrote in message
news:B9605D02-2EBE-4569-8D67-(E-Mail Removed)...
> Hello, I am experiencing the same problem - one record has turned into
> chinese characters and I cannot delete it. It happend after I had two
> forms
> opened at the same time and tried to edit the same record on either form
> (BIG
> mistake apparently). My database is large and complex, is there any other
> solution for getting rid of this record besides creating a whole new
> database?
>
> "Allen Browne" wrote:
>
>> Hi Sue
>>
>> The solution will probably be to create a new table, and import all the
>> *other* records into that table.
>>
>> Details in
>> Recovering from corruption
>> at:
>> http://allenbrowne.com/ser-47.html
>> The technique is explained in the 3rd symptom.


 
Reply With Quote
 
=?Utf-8?B?R2Vu?=
Guest
Posts: n/a
 
      21st Feb 2007
Thank-you for clarifying, I was thinking whole database. Yes it is easy to
create a new table and import the desired records, the tricky thing (it
seems) is now redirecting all my queries, forms and records to the new table.
Is this also easier than I think? Please give me some pointers.

"Allen Browne" wrote:

> Creating a new *table* is not as involved as creating a new database.
>
> Not that it's difficult to get Access to recreate the whole thing. It's a
> single operation to import everything.
>
> --
> 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.
>
> "Gen" <(E-Mail Removed)> wrote in message
> news:B9605D02-2EBE-4569-8D67-(E-Mail Removed)...
> > Hello, I am experiencing the same problem - one record has turned into
> > chinese characters and I cannot delete it. It happend after I had two
> > forms
> > opened at the same time and tried to edit the same record on either form
> > (BIG
> > mistake apparently). My database is large and complex, is there any other
> > solution for getting rid of this record besides creating a whole new
> > database?
> >
> > "Allen Browne" wrote:
> >
> >> Hi Sue
> >>
> >> The solution will probably be to create a new table, and import all the
> >> *other* records into that table.
> >>
> >> Details in
> >> Recovering from corruption
> >> at:
> >> http://allenbrowne.com/ser-47.html
> >> The technique is explained in the 3rd symptom.

>
>

 
Reply With Quote
 
Allen Browne
Guest
Posts: n/a
 
      22nd Feb 2007
I don't see a need to do that.

The queries, forms, reports etc usually use the tables/queries in the
current database. Therefore no changes are required if you recreate the
database.

If you have linked tables from other databases, the other databases still
exist, so again there's nothing to do.

If this database is linked by other databases, you can rename your old one,
and name the recreated database with the same name the old one used to have.

And if none of that solves your problem, you must have linking between
database files that I did not envision, so you probably want to use the
linked table manager.

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

"Gen" <(E-Mail Removed)> wrote in message
news:CC0C963F-DAA2-468D-860B-(E-Mail Removed)...
> Thank-you for clarifying, I was thinking whole database. Yes it is easy to
> create a new table and import the desired records, the tricky thing (it
> seems) is now redirecting all my queries, forms and records to the new
> table.
> Is this also easier than I think? Please give me some pointers.
>
> "Allen Browne" wrote:
>
>> Creating a new *table* is not as involved as creating a new database.
>>
>> Not that it's difficult to get Access to recreate the whole thing. It's a
>> single operation to import everything.
>>
>> "Gen" <(E-Mail Removed)> wrote in message
>> news:B9605D02-2EBE-4569-8D67-(E-Mail Removed)...
>> > Hello, I am experiencing the same problem - one record has turned into
>> > chinese characters and I cannot delete it. It happend after I had two
>> > forms
>> > opened at the same time and tried to edit the same record on either
>> > form
>> > (BIG
>> > mistake apparently). My database is large and complex, is there any
>> > other
>> > solution for getting rid of this record besides creating a whole new
>> > database?
>> >
>> > "Allen Browne" wrote:
>> >
>> >> Hi Sue
>> >>
>> >> The solution will probably be to create a new table, and import all
>> >> the
>> >> *other* records into that table.
>> >>
>> >> Details in
>> >> Recovering from corruption
>> >> at:
>> >> http://allenbrowne.com/ser-47.html
>> >> The technique is explained in the 3rd symptom.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 3709 - Search key was not found in any record David Microsoft Access Form Coding 0 5th Nov 2008 08:38 PM
The search key was not found in any record. (Error 3709) =?Utf-8?B?TnVubyBHdWVycmE=?= Microsoft Access Form Coding 5 30th Jul 2008 04:01 PM
The search key was not found in any record. (Error 3709) =?Utf-8?B?ZmlzaHk=?= Microsoft Access 6 22nd Sep 2007 07:21 AM
The search key was not found in any record. (Error 3709) =?Utf-8?B?TGluZGFMQw==?= Microsoft Access 1 14th Mar 2005 09:24 PM
The search key was not found in any record. (Error 3709) Ed Microsoft Access Database Table Design 1 3rd Feb 2005 03:19 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:19 AM.