I have a form which has a field called DateCalled. I wanted a report that would automatically print all records based on what date was showing in the DateCalled field. I have a report with criteria set to:
([Forms]![tblprospectssubform5]![DateCalled])
The report will always be printed while the form is open. What is occuring now is whenever I click the button to print it asks the user to enter parameter value. I wanted it not to ask for the paramter value and just print the records based on the date in the date field. If I do enter the date in the parameter field it works. Any help would be great, thanks.
([Forms]![tblprospectssubform5]![DateCalled])
The report will always be printed while the form is open. What is occuring now is whenever I click the button to print it asks the user to enter parameter value. I wanted it not to ask for the paramter value and just print the records based on the date in the date field. If I do enter the date in the parameter field it works. Any help would be great, thanks.