Report Control Value

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top