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  

Report Won't Print



 
 
Thread Tools Display Modes
  #1  
Old December 29th, 2006, 10:44 PM posted to microsoft.public.access.reports
Frank Wagner
external usenet poster
 
Posts: 34
Default Report Won't Print

I have two reports that I have created using Access2000. One will print, and
nothing happens when I click print on the other report. I've checked the
properties of both reports, and they appear to be the same.

I'm stuck and any help would be appreciated

Thanks

Frank Wagner
--
Frank Wagner

  #2  
Old December 30th, 2006, 04:09 AM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Won't Print

What else can you tell us about the reports and what have you tried? Do they
both open in design view? Do they have any code? Are they both set to print
to the default printer? Do the record sources both return records?
--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

I have two reports that I have created using Access2000. One will print, and
nothing happens when I click print on the other report. I've checked the
properties of both reports, and they appear to be the same.

I'm stuck and any help would be appreciated

Thanks

Frank Wagner
--
Frank Wagner

  #3  
Old December 30th, 2006, 10:14 PM posted to microsoft.public.access.reports
Frank Wagner
external usenet poster
 
Posts: 34
Default Report Won't Print

Duane:

Both reports are called from forms, and work off select queries that select
ID #'s from those forms. Each report contains a subreport that selects
records keyed to the same ID # as the main report. I am not sure if they are
both connected to the default printer and I'm not sure how to determine that.

They both open in design view, and have small amounts of VBA code supporting
them. I hope this helps. The default printer may be a problem. How do I
find that setting/

Thanks for your interest in helping me.
--
Frank Wagner



"Duane Hookom" wrote:

What else can you tell us about the reports and what have you tried? Do they
both open in design view? Do they have any code? Are they both set to print
to the default printer? Do the record sources both return records?
--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

I have two reports that I have created using Access2000. One will print, and
nothing happens when I click print on the other report. I've checked the
properties of both reports, and they appear to be the same.

I'm stuck and any help would be appreciated

Thanks

Frank Wagner
--
Frank Wagner

  #4  
Old December 31st, 2006, 01:50 AM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Won't Print

To determine the printer from design view, select File-Page Setup-Page tab.
If you can't figure out the issue, then provide more details. It doesn't help
us to know there is code without knowing the code.

--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

Duane:

Both reports are called from forms, and work off select queries that select
ID #'s from those forms. Each report contains a subreport that selects
records keyed to the same ID # as the main report. I am not sure if they are
both connected to the default printer and I'm not sure how to determine that.

They both open in design view, and have small amounts of VBA code supporting
them. I hope this helps. The default printer may be a problem. How do I
find that setting/

Thanks for your interest in helping me.
--
Frank Wagner



"Duane Hookom" wrote:

What else can you tell us about the reports and what have you tried? Do they
both open in design view? Do they have any code? Are they both set to print
to the default printer? Do the record sources both return records?
--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

I have two reports that I have created using Access2000. One will print, and
nothing happens when I click print on the other report. I've checked the
properties of both reports, and they appear to be the same.

I'm stuck and any help would be appreciated

Thanks

Frank Wagner
--
Frank Wagner

  #5  
Old January 1st, 2007, 10:30 PM posted to microsoft.public.access.reports
Frank Wagner
external usenet poster
 
Posts: 34
Default Report Won't Print

Duane:

I checked the settings, and both reports were set for the default printer.
The whole thing is so puzzling that I decided to try the old standby -
recreate the report. It worked. I created a new report, and copied the
controls from the old report to the new. Who knows why, but this one prints
like a charm.

Thanks for your help
--
Frank Wagner



"Duane Hookom" wrote:

To determine the printer from design view, select File-Page Setup-Page tab.
If you can't figure out the issue, then provide more details. It doesn't help
us to know there is code without knowing the code.

--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

Duane:

Both reports are called from forms, and work off select queries that select
ID #'s from those forms. Each report contains a subreport that selects
records keyed to the same ID # as the main report. I am not sure if they are
both connected to the default printer and I'm not sure how to determine that.

They both open in design view, and have small amounts of VBA code supporting
them. I hope this helps. The default printer may be a problem. How do I
find that setting/

Thanks for your interest in helping me.
--
Frank Wagner



"Duane Hookom" wrote:

What else can you tell us about the reports and what have you tried? Do they
both open in design view? Do they have any code? Are they both set to print
to the default printer? Do the record sources both return records?
--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

I have two reports that I have created using Access2000. One will print, and
nothing happens when I click print on the other report. I've checked the
properties of both reports, and they appear to be the same.

I'm stuck and any help would be appreciated

Thanks

Frank Wagner
--
Frank Wagner

  #6  
Old January 1st, 2007, 11:27 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Won't Print

Some times objects (tables, forms, reports,...) become corrupt...
--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

Duane:

I checked the settings, and both reports were set for the default printer.
The whole thing is so puzzling that I decided to try the old standby -
recreate the report. It worked. I created a new report, and copied the
controls from the old report to the new. Who knows why, but this one prints
like a charm.

Thanks for your help
--
Frank Wagner



"Duane Hookom" wrote:

To determine the printer from design view, select File-Page Setup-Page tab.
If you can't figure out the issue, then provide more details. It doesn't help
us to know there is code without knowing the code.

--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

Duane:

Both reports are called from forms, and work off select queries that select
ID #'s from those forms. Each report contains a subreport that selects
records keyed to the same ID # as the main report. I am not sure if they are
both connected to the default printer and I'm not sure how to determine that.

They both open in design view, and have small amounts of VBA code supporting
them. I hope this helps. The default printer may be a problem. How do I
find that setting/

Thanks for your interest in helping me.
--
Frank Wagner



"Duane Hookom" wrote:

What else can you tell us about the reports and what have you tried? Do they
both open in design view? Do they have any code? Are they both set to print
to the default printer? Do the record sources both return records?
--
Duane Hookom
Microsoft Access MVP


"Frank Wagner" wrote:

I have two reports that I have created using Access2000. One will print, and
nothing happens when I click print on the other report. I've checked the
properties of both reports, and they appear to be the same.

I'm stuck and any help would be appreciated

Thanks

Frank Wagner
--
Frank Wagner

 




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


All times are GMT +1. The time now is 04:22 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.