hey guys I am usually not an Access guy but my duties at work have shifted to include them.
I have been asked to make a change to a report. I need to make a static label into a dynamic one. I have made a query statment that uses the id of the table the report is based on to get my title. How do I now put that query into say a text box so it shows on the report?
An example of the query I have is.
select title
from table1, table2
where table1.field1 = table2.field1 and table2.field2 = ?
Thanks for any help/guidance you can give me. That'l do donkey, that'l do
Mark
I have been asked to make a change to a report. I need to make a static label into a dynamic one. I have made a query statment that uses the id of the table the report is based on to get my title. How do I now put that query into say a text box so it shows on the report?
An example of the query I have is.
select title
from table1, table2
where table1.field1 = table2.field1 and table2.field2 = ?
Thanks for any help/guidance you can give me. That'l do donkey, that'l do
Mark