A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"#Deleted" Appearing in Memo field of Printed Report



 
 
Thread Tools Display Modes
  #1  
Old January 4th, 2006, 10:47 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default "#Deleted" Appearing in Memo field of Printed Report

In Access2003 I am running a report that contains 2 memo fields. I do a Print
Preview and everything looks fine. When I print it the only thing that
appears on the report in both memo fields is "#Deleted" There is only a
couple of words in the memo field so it's not near full.

Help!
  #2  
Old January 5th, 2006, 02:15 AM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default "#Deleted" Appearing in Memo field of Printed Report

The symptoms suggest that there is some kind of corruption in the database.

It is unusal that #Deleted occurs only in the print run, and not in the
Preview. Are you sure there is no code in the report or its source query
that could be deleting data or incorrectly manipulating data?

On the assumption that it is a corruption, try these steps:

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

3. Close Access. Make a backup copy of the file. Decompile the database by
entering something like this at the command prompt while Access is not
running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

4. Open Access, and compact again.

5. Open a code window.
Choose References from the Tools menu.
Uncheck any references you do not need.
For a list of the ones you typically need in your version of Access, see:
http://allenbrowne.com/ser-38.html

6. Still in the code window, choose Compile from the Debug menu.
Fix any errors, and repeat until it compiles okay.

At this point, you should have a database where the name-autocorrect errors
are gone, the indexes are repaired, inconsistencies between the text- and
compiled-versions of the code are fixed, and reference ambiguities are
resolved.

If it is still a problem, the next step would be to get Access to rebuild
the database for you. Follow the steps for the first symptom in this
article:
Recovering from Corruption
at:
http://allenbrowne.com/ser-47.html

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

"Gibson" wrote in message
...
In Access2003 I am running a report that contains 2 memo fields. I do a
Print
Preview and everything looks fine. When I print it the only thing that
appears on the report in both memo fields is "#Deleted" There is only a
couple of words in the memo field so it's not near full.

Help!



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Memo field hangs report Paul Fenton Setting Up & Running Reports 2 November 18th, 2005 05:31 PM
Reporting subreport total on main report BobV Setting Up & Running Reports 22 November 1st, 2005 03:19 AM
sorting data in a report David Setting Up & Running Reports 21 October 14th, 2005 03:05 PM
Setting field value when Report is printed. Hanksor Using Forms 1 September 2nd, 2005 04:46 AM
Determine the start position of each CanGrow memo field on a report when it is printed. DaveR General Discussion 5 June 17th, 2004 01:23 PM


All times are GMT +1. The time now is 12:02 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.