G Guest Oct 12, 2004 #3 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?
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 Oct 12, 2004 #4 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.
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.