Printing Report from input Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I’m trying to print a parameter queried Report from an input form. I’ve
created a “Print Form†button on my input form which generates the Report’s
parameter input request [ID] (auto number), but I have to manually input the
[ID] # to activate the printing. How can I get the report to copy the [ID]
number from the form into the Report’s parameter request to automatically
print the Report from the Form? If I’ve overlooked a similar question posted
elsewhere, I apologize. Thanks.
 
Thanks a lot Duane

Duane Hookom said:
There is a code at http://www.mvps.org/access/reports/rpt0002.htm that shows
how to "Print only the current record to a report".

--
Duane Hookom
MS Access MVP
--

Tom U said:
I'm trying to print a parameter queried Report from an input form. I've
created a "Print Form" button on my input form which generates the Report's
parameter input request [ID] (auto number), but I have to manually input
the
[ID] # to activate the printing. How can I get the report to copy the
[ID]
number from the form into the Report's parameter request to automatically
print the Report from the Form? If I've overlooked a similar question
posted
elsewhere, I apologize. Thanks.
 
How can I change that code to send a snapshot file for that same current
record instead of to a report. Also, can the send to and subject also have
values already?

Thanks.

Duane Hookom said:
There is a code at http://www.mvps.org/access/reports/rpt0002.htm that shows
how to "Print only the current record to a report".

--
Duane Hookom
MS Access MVP
--

Tom U said:
I'm trying to print a parameter queried Report from an input form. I've
created a "Print Form" button on my input form which generates the Report's
parameter input request [ID] (auto number), but I have to manually input
the
[ID] # to activate the printing. How can I get the report to copy the
[ID]
number from the form into the Report's parameter request to automatically
print the Report from the Form? If I've overlooked a similar question
posted
elsewhere, I apologize. Thanks.
 
You have a new question and should really start a new thread. That way it
will move to the top and get seen by more eyes.

--
Duane Hookom
MS Access MVP
--

rml said:
How can I change that code to send a snapshot file for that same current
record instead of to a report. Also, can the send to and subject also
have
values already?

Thanks.

Duane Hookom said:
There is a code at http://www.mvps.org/access/reports/rpt0002.htm that
shows
how to "Print only the current record to a report".

--
Duane Hookom
MS Access MVP
--

Tom U said:
I'm trying to print a parameter queried Report from an input form.
I've
created a "Print Form" button on my input form which generates the
Report's
parameter input request [ID] (auto number), but I have to manually
input
the
[ID] # to activate the printing. How can I get the report to copy
the
[ID]
number from the form into the Report's parameter request to
automatically
print the Report from the Form? If I've overlooked a similar question
posted
elsewhere, I apologize. Thanks.
 
Back
Top