472,965 Members | 2,306 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,965 software developers and data experts.

#deleted appears in memo field?

I have an A2K app that I deplyed a year ago in a multiuser environment
(only 3-4 users max). The users recently drew my attention to a very
odd thing:
For one of their records a "Comments" field now has the text
"#Deleted." They wanted to change it to input the proper comments but
when they try Access gives them a warning that you are about to delete
RECORDS and then - after they were forced to click "OK" - ALL the
records disappeared! This scared the hell out of the users (luckily I
have been telling them to back up the Dbase several times a day), but
they then found that when they closed and reopened the form (based on
one table) all the data was back - including the "#deleted" record.

I opened up the underlying table and tried to delete the "#deleted"
but it did the same thing.

Any ideas???

Thanks in advance!
-Gordo
Nov 12 '05 #1
2 3471
"GordoBR" <go*****@earthlink.net> wrote in message
news:34**************************@posting.google.c om...
I have an A2K app that I deplyed a year ago in a multiuser environment
(only 3-4 users max). The users recently drew my attention to a very
odd thing:
For one of their records a "Comments" field now has the text
"#Deleted." They wanted to change it to input the proper comments but
when they try Access gives them a warning that you are about to delete
RECORDS and then - after they were forced to click "OK" - ALL the
records disappeared! This scared the hell out of the users (luckily I
have been telling them to back up the Dbase several times a day), but
they then found that when they closed and reopened the form (based on
one table) all the data was back - including the "#deleted" record.

I opened up the underlying table and tried to delete the "#deleted"
but it did the same thing.


The table is corrupt. IME, none of the usual methods will repair the table
either until/unless you delete that row first. Often the biggest problem with
corruption like this is finding the row with the problem because in this state
the file won't compact and you can't import the table into another file. If
you're lucky and that's the only row with the problem, you can delete it and
then compact/repair the file.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
I had the same problem and just decompiled the database. The #Deleted
changed to the string XXXXXXX.
On Thu, 22 Jan 2004 15:40:06 -0600, "Rick Brandt"
<ri*********@hotmail.com> wrote:
"GordoBR" <go*****@earthlink.net> wrote in message
news:34**************************@posting.google. com...
I have an A2K app that I deplyed a year ago in a multiuser environment
(only 3-4 users max). The users recently drew my attention to a very
odd thing:
For one of their records a "Comments" field now has the text
"#Deleted." They wanted to change it to input the proper comments but
when they try Access gives them a warning that you are about to delete
RECORDS and then - after they were forced to click "OK" - ALL the
records disappeared! This scared the hell out of the users (luckily I
have been telling them to back up the Dbase several times a day), but
they then found that when they closed and reopened the form (based on
one table) all the data was back - including the "#deleted" record.

I opened up the underlying table and tried to delete the "#deleted"
but it did the same thing.


The table is corrupt. IME, none of the usual methods will repair the table
either until/unless you delete that row first. Often the biggest problem with
corruption like this is finding the row with the problem because in this state
the file won't compact and you can't import the table into another file. If
you're lucky and that's the only row with the problem, you can delete it and
then compact/repair the file.


Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Shyguy | last post by:
I want to create two buttons on a form. One would allow the user to Copy the contents of the current records memo field, the other would allow them to print. I set up a report based on the memo...
3
by: GorDon | last post by:
Hi, I have a report based on a query. The query grabs a memo field from my main table, yet when I display the memo field in the report it truncates the memo field (the field needs to hold more...
5
by: Grant | last post by:
Hi Is there a way to recover deleted records from a table. A mass deletion has occurred and Access has been closed since it happened Louis
9
by: RMC | last post by:
Hello, I'm looking for a way to parse/format a memo field within a report. The Access 2000 database (application) has an equipment table that holds a memo field. Within the report, the memo...
2
by: Roger | last post by:
I've got two tables in sql2005 which have an 'ntext' field when I linked the first table in access97 last week using an odbc data source the access-field type was 'memo' when I link the 2nd...
10
by: ARC | last post by:
This is mainly a speed question. In this example: I have a QuotesHdr table that has a few memo fields. If these memo fields are used extensively by some users, and if their are a large number of...
1
by: heatguru | last post by:
An Access 2000/2003 database has a form containing a memo field. Periodically the value of the memo field will show as #Deleted while the record itself is fine. The #Deleted value interferes with...
2
by: david720 | last post by:
Error 3167 Record is deleted And Sometimes the main entry form displays a record in the form where all fields are "#Delete" Why do we get this error sometimes (about 2 times a week)? It...
11
tdw
by: tdw | last post by:
Hi all, I have tried a few different methods to accomplish this, but with no luck. I will post the code for the latest attempt at the end of this post. I work at a land surveying company. This...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.