I have a report that is called from a form to specify parameters for the underlying query. On the report, I want to show the from and to dates which is pretty easy - just reference the value from the form.
I reference the site id parameter that is chosen from a combo box:
=[Forms]![crw010_MP2_Reporting]![cborw010_Site]
and it displays the actual site id - ie 2693. I really want to reference the row selected and the item displayed on the window. Can I do that from within the report. I've tried several variations but haven't had any luck. This should be pretty easy, and I thought I had done it with Access95 about 13 to 15 years ago, but I can't remember how.
Thanks in advance!
I reference the site id parameter that is chosen from a combo box:
=[Forms]![crw010_MP2_Reporting]![cborw010_Site]
and it displays the actual site id - ie 2693. I really want to reference the row selected and the item displayed on the window. Can I do that from within the report. I've tried several variations but haven't had any luck. This should be pretty easy, and I thought I had done it with Access95 about 13 to 15 years ago, but I can't remember how.
Thanks in advance!