Hello...
I am trying to pass a column name from a form to a report query record source without any luck.
The Report_Date data is coming thru into the form detail but that is all
Form name: frm_reports
Form text box: comment_search This text box contains the name of the column in the Daily_Data table I want.
Query I am trying to use.
Report Record Source: SELECT Daily_Data.Report_Date, Daily_Data.[Forms]![frm_reports]![comment_search] FROM Daily_Data;
Please advise. Thank you for any and all help. I am frustrated and Googled out.