Report Control Value

D

dar

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?
 
D

Duane Hookom

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.
 
Top