Report Control Value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to put the value from a report control into a form txtbox?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top