G Guest Feb 12, 2007 #1 I want to print a report that displays the current record I am working on, not all the records in the form.
I want to print a report that displays the current record I am working on, not all the records in the form.
G Guest Feb 12, 2007 #2 There is a sample of how to do this at http://www.mvps.org/access/reports/rpt0002.htm. The code assumes a numeric criteria value. If it is text, the line might change to: strWhere = "[RunID]=""" & me!RunID & """"
There is a sample of how to do this at http://www.mvps.org/access/reports/rpt0002.htm. The code assumes a numeric criteria value. If it is text, the line might change to: strWhere = "[RunID]=""" & me!RunID & """"