K
klp via AccessMonster.com
I have a report that will display data from an inventory transaction history
form. There I would enter in the date and several other criteria. After doing
so I filter the form to my selection and then print my report. I wanted the
date range that is on the form to print on the report. I hvae done this in
several other reports and never had a problem until now. I'm getting #NAME.
The form is still open upon viewing the report. On the report I have a text
box with the logic of:
="Report Date Between: " & [Forms]![frmInvTransactionHistory]![BegtDate] & "
and " & [Forms]![frmInvTransactionHistory]![EndDate]
Any ideas? Thanks in advance.
Kim P
form. There I would enter in the date and several other criteria. After doing
so I filter the form to my selection and then print my report. I wanted the
date range that is on the form to print on the report. I hvae done this in
several other reports and never had a problem until now. I'm getting #NAME.
The form is still open upon viewing the report. On the report I have a text
box with the logic of:
="Report Date Between: " & [Forms]![frmInvTransactionHistory]![BegtDate] & "
and " & [Forms]![frmInvTransactionHistory]![EndDate]
Any ideas? Thanks in advance.
Kim P