R
Rhonda Fischer
Hello,
On clicking a button on a form I generate a report
of Supplier Revenue. I would like to transfer the
'from' and 'to' date to the Report. I tried the following
code on Report_Open without success:
Me.txtDateFrom = [Forms]![frmReportCriteria]!txtDateFrom
Me.txtDateTo = [Forms]![frmReportCriteria]!txtDateTo
Any suggestions you may have would be very much
appreciated.
Kind Regards
Rhonda
On clicking a button on a form I generate a report
of Supplier Revenue. I would like to transfer the
'from' and 'to' date to the Report. I tried the following
code on Report_Open without success:
Me.txtDateFrom = [Forms]![frmReportCriteria]!txtDateFrom
Me.txtDateTo = [Forms]![frmReportCriteria]!txtDateTo
Any suggestions you may have would be very much
appreciated.
Kind Regards
Rhonda