Re: Error 3709

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



To help get rid of the problem:

1. Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation of why:
http://allenbrowne.com/bug-03.html

2. Compact the database to get rid of this junk:
Tools | Database Utilities | Compact

Another workaround might be to not delete the table and use a Make Table,
but to delete the records and use an Append query.

You can delete the records programmatically with:
dbEngine(0)(0).Execute "DELETE FROM MyTable;", dbFailOnError

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

"Greg" <gml_nospam_@xxxxxxxxxxxxxxxxx> wrote in message
news:kiHPe.40360$EX.26618@xxxxxxxxxxxxxxxxxxxxxxx
> On one computer I am getting the error 3709 Search Key Not Found.
> This error displays when I delete a table and then re-create it using a
> make table query.
> I am unsure if the error is generated when the table is deleted or created
> since I cannot
> duplicate the problem on any other computer.
>
> The computer has a runtime version of Access 2002 running a program I
> compiled into an MDE
> with a seperate .mdb for storing data. I have tried un-installing and
> re-installing the Access runtime
> with no success. The computer is running Windows ME.
>
> I have copied both the Program mde and data file to other computers and
> they work fine.
>
> Any ideas what might cause this error?
>
>
> --
> Gregory M. La Due
> Twin Tiers Technologies, Inc.


.



Relevant Pages

  • Re: form save
    ... Compact and Repair the database. ... first back up your database. ... in the Immediate pane type ... This should get rid of a lot of the leftovers. ...
    (microsoft.public.access.forms)
  • Re: form will not close
    ... Compact the database to get rid of this junk: ... Open Access, and compact again. ...
    (microsoft.public.access.forms)
  • Table already created
    ... Every time that I close Access or my database it tells me ... that the table 'TempMSysAccessObject' Already exists. ... don't have a table called that and it wont let me compact ... know how to get rid of this error? ...
    (microsoft.public.access.forms)
  • RE: Compacting MDB help
    ... The autoexec macro opens a ... The FrontEnd.mdb's main switchboard has a cbo to switch back end ... FECompact.mdb runs the few lines of code to compact the FrontEnd.mdb ... I'm quite certain that you can't Compact an open database from within itself ...
    (microsoft.public.access.modulesdaovba)
  • RE: Compacting MDB help
    ... This will cause the database to grow so Compacting ... not split off the tables from your FrontEnd. ... The FrontEnd.mdb's main switchboard has a cbo to switch back end ... FECompact.mdb runs the few lines of code to compact the FrontEnd.mdb ...
    (microsoft.public.access.modulesdaovba)