M
Max Moor
Hi All,
I have a report I want to use for various queries. (the OpenQuery
"report" just doesn't cut it). I'm having trouble binding the vaious text
boxes to the vaious fields of the underlying query.
I tried to set the ControlSource of the text boxes in VB, but... I
can't open the report hidden in design view, because the database will go
out as an MDE file. Past that, I can't set the ControlSource property in
acViewPreview mode.
Is there a way to make this work? I thought maybe I could get tricky
and set the ControlSource properties in their property sheets. I tried
setting them to:
=Me(0)
and
=Reports!rptThisReport(0)
Neither worked, of course. Can anyone put me on the road to
enlightenment???
- Max
I have a report I want to use for various queries. (the OpenQuery
"report" just doesn't cut it). I'm having trouble binding the vaious text
boxes to the vaious fields of the underlying query.
I tried to set the ControlSource of the text boxes in VB, but... I
can't open the report hidden in design view, because the database will go
out as an MDE file. Past that, I can't set the ControlSource property in
acViewPreview mode.
Is there a way to make this work? I thought maybe I could get tricky
and set the ControlSource properties in their property sheets. I tried
setting them to:
=Me(0)
and
=Reports!rptThisReport(0)
Neither worked, of course. Can anyone put me on the road to
enlightenment???
- Max