webfaktor
Technical User
- May 22, 2001
- 22
Hi,
WHen opening a report can you direct the control source of an unbound textbox to perform different functions, i.e.,
DoCmd.OpenReport "ReportName", acViewPreview
Reports![ReportName]![UnboundTextboxName] = "A"
I ask this because my report and its query are multifunctional and thus I would like to have a text box that I could direct (as I requested above) to reflect precisely what information the report is providing.
Advance thanks,
Web
WHen opening a report can you direct the control source of an unbound textbox to perform different functions, i.e.,
DoCmd.OpenReport "ReportName", acViewPreview
Reports![ReportName]![UnboundTextboxName] = "A"
I ask this because my report and its query are multifunctional and thus I would like to have a text box that I could direct (as I requested above) to reflect precisely what information the report is providing.
Advance thanks,
Web