Z
zixingw via AccessMonster.com
Is there any way to program to let the report has different tiles when it
opens.
A report's record source links to a query. I used VBA to change this query by
change the SQL string of qry.sql. I want to the report tile changes based on
the change of the parameters that defines SQL string.
I try to add a text box on the report and set its data source to Forms!
frmCreateSQL!txtTitle.value
and keep frmCreateSQL opens.
When report opens, the text "Red Cell Report" of Forms!frmCreateSQL!txtTitle.
value DOES NOT display on report's text box.
Anyone can help me to resolve this issue
Thanks
Zixing
opens.
A report's record source links to a query. I used VBA to change this query by
change the SQL string of qry.sql. I want to the report tile changes based on
the change of the parameters that defines SQL string.
I try to add a text box on the report and set its data source to Forms!
frmCreateSQL!txtTitle.value
and keep frmCreateSQL opens.
When report opens, the text "Red Cell Report" of Forms!frmCreateSQL!txtTitle.
value DOES NOT display on report's text box.
Anyone can help me to resolve this issue
Thanks
Zixing