Because I need the results to show up on form, and don't know how. I can
get the grand total to show up on report.
So, can it be done?
> Why?
>
> >-----Original Message-----
> >Is it possible to put the value from a report control
> into a form txtbox?
> >.
Duane Hookom - 12 Oct 2004 13:35 GMT
You could use the On Print event code of a section to set the value of a
control on an open form:
Forms!frmYourForm!txtYourText=Me.txtSomeTextBox
I would also question what kind of solution would use this. However, it's
your app.

Signature
Duane Hookom
MS Access MVP
> Because I need the results to show up on form, and don't know how. I can
> get the grand total to show up on report.
[quoted text clipped - 6 lines]
> > into a form txtbox?
> > >.