I am trying to run a query from a report. I have gotten some help here before on setting up a query. This is what i am trying to run...
In a reported field. Access tells me that anything in the field needs to start with "=", but I tried that too. I do know that i am putting the sql statement in the wrong place. On a form it would go in the record control source..... where does it go on a report.
I will have to repeat whatever works many times for the report (with different fields obviously). Any help would be greatly appreciated.
Code:
SELECT tblHL.[Heat Number] FROM tblHL, Table1 WHERE (([hl]=[table1].[hl1]));
I will have to repeat whatever works many times for the report (with different fields obviously). Any help would be greatly appreciated.
Comment