PC Review


Reply
Thread Tools Rate Thread

Cannot delete #error on one record.

 
 
=?Utf-8?B?Rkw=?=
Guest
Posts: n/a
 
      22nd May 2007
How can I delete one record whichs shows #error on fields. I get stuck in an
invalid argument when I try to enter the field to delete it. I click on OK
for invalid argument and it keeps coming back several times.

--
FL
 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      22nd May 2007
"FL" <(E-Mail Removed)> wrote in message
news:5A40B13B-538B-4044-A2AC-(E-Mail Removed)...
> How can I delete one record whichs shows #error on fields. I get stuck in
> an
> invalid argument when I try to enter the field to delete it. I click on
> OK
> for invalid argument and it keeps coming back several times.


First make a copy (or 2) of the entire database file. Now compact one of
them and try and delete the bad record. It may disappear during to
compaction process, or you may be able to delete it now. If that doesn't
work try a copy the table (or all the objects) to a new database. If never
had to go beyond that to fix a record, but my standard corruption advice is:

First, always work on a copy of the database. Working on the original may
make it impossible for a repair service to fix it.

Download a copy of JetComp.exe:

http://support.microsoft.com/default...b;EN-US;273956

Try backing up your forms as text with the undocumented SaveAsText
LoadFromText functions:

http://www.datastrat.com/Code/DocDatabase.txt

Also have a look at the Microsoft KB article:

http://support.microsoft.com/default...b;EN-US;209137

Then have a look at Tony Toews' Access Corruption FAQ at:

http://www.granite.ab.ca/access/corruptmdbs.htm

for some suggestions. Unfortunately, some corruption cannot be fixed - you
may need to create a new database, import what can be salvaged, and recreate
the rest.

Although it's a paid service, Peter Miller does an outstanding job of saving
corrupt databases. Try this URL:

http://www.pksolutions.com
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com



 
Reply With Quote
 
=?Utf-8?B?Rkw=?=
Guest
Posts: n/a
 
      22nd May 2007
Thanks for the advise. I'll try to make a copy. However, my DB is split and
secure. I'll try to copy the BE in another location and run the
compact/repair on the copy. However, I may have a difficult time to open the
copy because it opens using a shortcut key which includes the workgroup file,
etc.

I already tried to compact on the original and it didn't do anything.
--
FL


"Arvin Meyer [MVP]" wrote:

> "FL" <(E-Mail Removed)> wrote in message
> news:5A40B13B-538B-4044-A2AC-(E-Mail Removed)...
> > How can I delete one record whichs shows #error on fields. I get stuck in
> > an
> > invalid argument when I try to enter the field to delete it. I click on
> > OK
> > for invalid argument and it keeps coming back several times.

>
> First make a copy (or 2) of the entire database file. Now compact one of
> them and try and delete the bad record. It may disappear during to
> compaction process, or you may be able to delete it now. If that doesn't
> work try a copy the table (or all the objects) to a new database. If never
> had to go beyond that to fix a record, but my standard corruption advice is:
>
> First, always work on a copy of the database. Working on the original may
> make it impossible for a repair service to fix it.
>
> Download a copy of JetComp.exe:
>
> http://support.microsoft.com/default...b;EN-US;273956
>
> Try backing up your forms as text with the undocumented SaveAsText
> LoadFromText functions:
>
> http://www.datastrat.com/Code/DocDatabase.txt
>
> Also have a look at the Microsoft KB article:
>
> http://support.microsoft.com/default...b;EN-US;209137
>
> Then have a look at Tony Toews' Access Corruption FAQ at:
>
> http://www.granite.ab.ca/access/corruptmdbs.htm
>
> for some suggestions. Unfortunately, some corruption cannot be fixed - you
> may need to create a new database, import what can be salvaged, and recreate
> the rest.
>
> Although it's a paid service, Peter Miller does an outstanding job of saving
> corrupt databases. Try this URL:
>
> http://www.pksolutions.com
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
>
>
>

 
Reply With Quote
 
Susie Johnson
Guest
Posts: n/a
 
      22nd May 2007
it is no longer reccomended to use User-level-security

you need to move to SQL Server and Access Data Projects



"FL" <(E-Mail Removed)> wrote in message
news:E7CED911-2423-484A-9547-(E-Mail Removed)...
> Thanks for the advise. I'll try to make a copy. However, my DB is split

and
> secure. I'll try to copy the BE in another location and run the
> compact/repair on the copy. However, I may have a difficult time to open

the
> copy because it opens using a shortcut key which includes the workgroup

file,
> etc.
>
> I already tried to compact on the original and it didn't do anything.
> --
> FL
>
>
> "Arvin Meyer [MVP]" wrote:
>
> > "FL" <(E-Mail Removed)> wrote in message
> > news:5A40B13B-538B-4044-A2AC-(E-Mail Removed)...
> > > How can I delete one record whichs shows #error on fields. I get

stuck in
> > > an
> > > invalid argument when I try to enter the field to delete it. I click

on
> > > OK
> > > for invalid argument and it keeps coming back several times.

> >
> > First make a copy (or 2) of the entire database file. Now compact one of
> > them and try and delete the bad record. It may disappear during to
> > compaction process, or you may be able to delete it now. If that doesn't
> > work try a copy the table (or all the objects) to a new database. If

never
> > had to go beyond that to fix a record, but my standard corruption advice

is:
> >
> > First, always work on a copy of the database. Working on the original

may
> > make it impossible for a repair service to fix it.
> >
> > Download a copy of JetComp.exe:
> >
> > http://support.microsoft.com/default...b;EN-US;273956
> >
> > Try backing up your forms as text with the undocumented SaveAsText
> > LoadFromText functions:
> >
> > http://www.datastrat.com/Code/DocDatabase.txt
> >
> > Also have a look at the Microsoft KB article:
> >
> > http://support.microsoft.com/default...b;EN-US;209137
> >
> > Then have a look at Tony Toews' Access Corruption FAQ at:
> >
> > http://www.granite.ab.ca/access/corruptmdbs.htm
> >
> > for some suggestions. Unfortunately, some corruption cannot be fixed -

you
> > may need to create a new database, import what can be salvaged, and

recreate
> > the rest.
> >
> > Although it's a paid service, Peter Miller does an outstanding job of

saving
> > corrupt databases. Try this URL:
> >
> > http://www.pksolutions.com
> > --
> > Arvin Meyer, MCP, MVP
> > http://www.datastrat.com
> > http://www.mvps.org/access
> > http://www.accessmvp.com
> >
> >
> >
> >



 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      23rd May 2007
Susie Johnson wrote:
> it is no longer reccomended to use User-level-security
>
> you need to move to SQL Server and Access Data Projects
>


You are too transparent Aaron, Changing your name only works for those
readers who would not know who you are anyway.

FL,

Sorry about Aaron - you get all types in a public forum!!

--
Joseph Meehan

Dia 's Muire duit



 
Reply With Quote
 
IRS Intern
Guest
Posts: n/a
 
      30th May 2007
I'm not doing this to 'hide' from you kids

i'm doing this because Microsoft is censoring posts on a PUBLIC server
i'm doing this because Microsoft is censoring posts on a PUBLIC server
i'm doing this because Microsoft is censoring posts on a PUBLIC server
i'm doing this because Microsoft is censoring posts on a PUBLIC server
i'm doing this because Microsoft is censoring posts on a PUBLIC server
i'm doing this because Microsoft is censoring posts on a PUBLIC server





On May 22, 6:14 pm, "Joseph Meehan" <sligoNoSPAM...@hotmail.com>
wrote:
> Susie Johnson wrote:
> > it is no longer reccomended to use User-level-security

>
> > you need to move to SQL Server and Access Data Projects

>
> You are too transparent Aaron, Changing your name only works for those
> readers who would not know who you are anyway.
>
> FL,
>
> Sorry about Aaron - you get all types in a public forum!!
>
> --
> Joseph Meehan
>
> Dia 's Muire duit



 
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
zz error 2147352567 when trying to delete a record davjoh123@yahoo.com Microsoft Access VBA Modules 0 11th Mar 2010 09:09 PM
Delete record and Error 3075 Opal Microsoft Access VBA Modules 2 18th Aug 2009 06:23 PM
delete record error 2046 =?Utf-8?B?dG9ueWFr?= Microsoft Access Forms 3 22nd Nov 2005 11:28 PM
RE: Delete a Record - Error =?Utf-8?B?dG9ueWFr?= Microsoft Access Forms 0 20th Sep 2005 02:56 PM
Delete record error =?Utf-8?B?anVpY2VndWxseQ==?= Microsoft Access Form Coding 3 17th Aug 2005 05:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:27 AM.