G
Guest
I have a report that can be used for multiple binders based on the results of
the query. I've created multiple command buttons on a form for the user to
click which binder they want. Its a simple procedure
Private Sub cmd2051f_Click()
DoCmd.OpenReport "rptGFTOC",acViewPreview, "qryIdahoToc",
"gf_2051_frms_dist = yes"
End Sub
What I would like to do is to add a statement to have the binder title go
into the report. The binder is 20.5.1.
I'm thinking something like the following, but I'm not sure how to make it
work.
Report!"rptGFTOC",txtbxTitle=20.5.1
Can I do that?
the query. I've created multiple command buttons on a form for the user to
click which binder they want. Its a simple procedure
Private Sub cmd2051f_Click()
DoCmd.OpenReport "rptGFTOC",acViewPreview, "qryIdahoToc",
"gf_2051_frms_dist = yes"
End Sub
What I would like to do is to add a statement to have the binder title go
into the report. The binder is 20.5.1.
I'm thinking something like the following, but I'm not sure how to make it
work.
Report!"rptGFTOC",txtbxTitle=20.5.1
Can I do that?