Print current record in report

J

JohnC

I am trying to print a report of the current record being viewed on a report.
I've tried to base the report on =[Forms]![test cert]![Fleet Number] but it
still ask for the parameter value? I've also tried a few other post but to no
avail. Can anyone help?
 
J

JohnC

Thanks very much Allen.

Allen Browne said:
See:
Print the record in the form
at:
http://members.iinet.net.au/~allenbrowne/casu-15.html

The article explains how to ensure that the entry is saved, and uses the
primary key value to select the same record in the report, using the
WhereCondition of the OpenReport action.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

JohnC said:
I am trying to print a report of the current record being viewed on a
report.
I've tried to base the report on =[Forms]![test cert]![Fleet Number] but
it
still ask for the parameter value? I've also tried a few other post but to
no
avail. Can anyone help?
 
R

roosevelt

Allen Browne said:
See:
Print the record in the form
at:
http://members.iinet.net.au/~allenbrowne/casu-15.html

The article explains how to ensure that the entry is saved, and uses the
primary key value to select the same record in the report, using the
WhereCondition of the OpenReport action.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

JohnC said:
I am trying to print a report of the current record being viewed on a
report.
I've tried to base the report on =[Forms]![test cert]![Fleet Number] but
it
still ask for the parameter value? I've also tried a few other post but to
no
avail. Can anyone help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top