473,748 Members | 2,558 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access 2003, Can run a report but can't print 1 section.

I have created a report with subform/subreports. I can see all the
data on the screen but when I try to print it to a printer or adobe
distiller I get 'The Microsoft Jet Database engine could not find the
obect ". Make sure the object exists and that you spell its name and
path name correctly.'. Everything prints expect for the last
subform/subreport. If I remove that subreport it prints fine. The
subreport prints by itself if I run it individually.

Any suggestions?

Nov 13 '05 #1
8 4906
Check the name of your subreport. If the name of the report contains a
character or word that is reserved, or it contains spaces, that may be your
problem. If you think this is the problem, rename the report.

Linda

<st*****@gmail. com> wrote in message
news:11******** ************@g4 7g2000cwa.googl egroups.com...
I have created a report with subform/subreports. I can see all the
data on the screen but when I try to print it to a printer or adobe
distiller I get 'The Microsoft Jet Database engine could not find the
obect ". Make sure the object exists and that you spell its name and
path name correctly.'. Everything prints expect for the last
subform/subreport. If I remove that subreport it prints fine. The
subreport prints by itself if I run it individually.

Any suggestions?

Nov 13 '05 #2
I use the wizard to add it to the main report. I can change the name
but I use the same naming convention for about 6 different subreports
on the same main report. Could it be the name it is still displays on
the screen but gives me problems when I print?

Linda Burnside wrote:
Check the name of your subreport. If the name of the report contains a
character or word that is reserved, or it contains spaces, that may be your
problem. If you think this is the problem, rename the report.

Linda

<st*****@gmail. com> wrote in message
news:11******** ************@g4 7g2000cwa.googl egroups.com...
I have created a report with subform/subreports. I can see all the
data on the screen but when I try to print it to a printer or adobe
distiller I get 'The Microsoft Jet Database engine could not find the
obect ". Make sure the object exists and that you spell its name and
path name correctly.'. Everything prints expect for the last
subform/subreport. If I remove that subreport it prints fine. The
subreport prints by itself if I run it individually.

Any suggestions?


Nov 13 '05 #3
It could be the name, if Access itself is confused about what things are
called. That happens regularly if you don't uncheck the Name AutoCorrect
boxes under:
Tools | Options | General
More info on problems caused by that issue here:
Failures caused by Name Auto-Correct
at:
http://allenbrowne.com/bug-03.html

After unchecking those boxes, compact the database:
Tools | Database Utilities | Compact

Then open the main report in design view.
Right-click the edge of the subreport, and choose Properties.
Change the Name of the subreport control.
Check the SourceObject property.
Save the change.
Compact again.

If the problem still persists, try a decompile. 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\m saccess.exe" /decompile
"c:\MyPath\MyDa tabase.mdb"
Open Access, and compact again.

Then remove any references you don't need. 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

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.

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

<st*****@hotmai l.com> wrote in message
news:11******** *************@g 49g2000cwa.goog legroups.com...
I use the wizard to add it to the main report. I can change the name
but I use the same naming convention for about 6 different subreports
on the same main report. Could it be the name it is still displays on
the screen but gives me problems when I print?

Linda Burnside wrote:
Check the name of your subreport. If the name of the report contains a
character or word that is reserved, or it contains spaces, that may be
your
problem. If you think this is the problem, rename the report.

Linda

<st*****@gmail. com> wrote in message
news:11******** ************@g4 7g2000cwa.googl egroups.com...
>I have created a report with subform/subreports. I can see all the
> data on the screen but when I try to print it to a printer or adobe
> distiller I get 'The Microsoft Jet Database engine could not find the
> obect ". Make sure the object exists and that you spell its name and
> path name correctly.'. Everything prints expect for the last
> subform/subreport. If I remove that subreport it prints fine. The
> subreport prints by itself if I run it individually.
>
> Any suggestions?

Nov 13 '05 #4
Followed your instructions. Same result. I did find however that the
problem seems to follow the last subreport that I add. I deleted two
and recreated them in a different order and the missing data is still
the last subreport that I created. I have 5 subreports attached to the
main report. 5 doesn't seem like a lot. when I added a 6th both the
5th and 6th had the same issue.

Nov 13 '05 #5
As you say, 6 subreports does not sound excessive.

I guess you have double-checked that the LInkMasterField s/LinkChildFields
are correct.

It does not sound like this issue, where data disappears from a subreport,
but you might want to check it out:
http://support.microsoft.com/default...b;en-us;840656

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

<st*****@gmail. com> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Followed your instructions. Same result. I did find however that the
problem seems to follow the last subreport that I add. I deleted two
and recreated them in a different order and the missing data is still
the last subreport that I created. I have 5 subreports attached to the
main report. 5 doesn't seem like a lot. when I added a 6th both the
5th and 6th had the same issue.

Nov 13 '05 #6
The subreports are all indiviuals, they are not linked to each other.

Nov 13 '05 #7
The LinkMasterField/LinkChildField properties relate to how the subreports
are linked to the main report, not to each other.

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

<st*****@gmail. com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
The subreports are all indiviuals, they are not linked to each other.

Nov 13 '05 #8
The main report is an empty shell. Then I add the subreports into the
details section of the main report. The main report is not based on
any table or query.

Nov 13 '05 #9

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

Similar topics

2
5444
by: CSDunn | last post by:
Hello, I have an Access 2003 report that opens in print preview and then maximizes upon clicking a button from a form. The OnClick event of the button fires a macro to open the report. How can I use the NoData event of the report to present a message box ( with vbOkayOnly) so that when the button is clicked, if the report returns no data a message box appears, and the report never opens? I've tried the following in code with the...
0
1586
by: Ann | last post by:
I have an Access 2000 database with 4 memo fields in it named memo1 memo2 memo3 and memo4. Some fields have data in them and some don't. If I create a report and put the 4 fields (with no labels) in the detail section, keeping their height tall enough for one line of text and placing memo1 at the top of the section and memo2 directly underneath memo1 and memo3 directly under memo2 and memo4 directly under memo3, and make the 'Can Grow' and...
1
7053
by: Jason | last post by:
For some reason, most but not all reports printing from an access application our client is using will not print any images on the reports or forms. One report will print the image and data correctly oddly enough. The image header is embedded using the Insert Image feature and not loaded into a database. I can move the image to anywhere in the report and still it will not print out. I've loaded the most recent printer drivers and...
2
4364
by: BikeToWork | last post by:
I found code online which uses Windows API's to save Access reports to pdf format files. I'm using the full version of Adobe Acrobat Professional 7.0. The problem is that regardless of what I put in the code as a filename it automatically saves the report based on the report name instead of the string passed to the registry key. The code is as follows: '****************************************************************** 'Setting value...
0
1188
by: training | last post by:
Hi Evreyone Hope you can help. I have an OLE object in the details section of an Access 2003 report. I need it to resize for each record, but there is no Can Grow, Can Shrink property. Hope someone can help.
4
1747
by: amanda27 | last post by:
Can anyone help me? I would like to know if possible and how do I have an Access Report read/print/export to a pdf file? If you can please let me know how to do this. Thanks
2
2635
by: PW | last post by:
Hi, We have a new client who says he can not preview or print an Access 2003 report on his Vista machine. They print on his XP machine. He says the screen just flashes. Other users using Vista have no problem previewing or printing our reports. Any ideas?
5
3357
by: lionelm2007 | last post by:
When I view a report in another machine, it looks slightly different. First of all, the logo in the report heading does not show up when you print, also in print preview, you can see the last letter is missing from several texts. I have read other postings online and have done why they asked to check. I have checked that the printer settings are the same for both machines and the same fonts are installed (ie arial). Both machines are using...
9
4494
by: prakashwadhwani | last post by:
Hi !! I'm about to develop a new project for a client. Should I go about it in Access 2003 or 2007 ? Purchasing it either for me or for my client is not a major consideration here ... what I'd like to know is the stability, speed & ease of use of both the products. I believe Access 2007 has a new file format too and that it may be slower.
18
4502
by: =?Utf-8?B?SGVyYg==?= | last post by:
I'm using a ReportViewer in ASP.NET. From the development environment it works fine. When published and I try to open the page with the ReportViewer I get the error: An internal error occurred on the report server. See the error log for more details. Do I have something configured wrong? I do not knw where to find the error log to review it.
0
8994
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8831
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9329
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9250
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8247
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4878
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.