P
pjscott
I’m using Sql 2000 and Access 2007.
I have a form that I’m trying to print the current record that’s displaying
on the form.
To keep the user from having to enter the MR Number and Date I’ve entered
the following in the Report Input Parameters:
@mrnum init=[forms]![frm_eeg_edit_new]![mrn], @eeg_date
date=[forms]![frm_eeg_edit_new]![eeg_date]
With these parameters when I press the Print Report button I receive a blank
report.
If I delete the parameters I’m asked for the MR Number and Date. When I
enter the MR Number and Date the report prints the data.
Can someone please give me an idea what parameters I need to enter to get
this report to automate?
Thanks for the help,
Paul
I have a form that I’m trying to print the current record that’s displaying
on the form.
To keep the user from having to enter the MR Number and Date I’ve entered
the following in the Report Input Parameters:
@mrnum init=[forms]![frm_eeg_edit_new]![mrn], @eeg_date
date=[forms]![frm_eeg_edit_new]![eeg_date]
With these parameters when I press the Print Report button I receive a blank
report.
If I delete the parameters I’m asked for the MR Number and Date. When I
enter the MR Number and Date the report prints the data.
Can someone please give me an idea what parameters I need to enter to get
this report to automate?
Thanks for the help,
Paul