How to display form data in a report after closing the form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baba
    New Member
    • Nov 2011
    • 16

    #1

    How to display form data in a report after closing the form

    User enters data in a form (Form1) ,textBox1 and clicks save button and closes the form.
    The user then opens Report1,while opening the report, the report should show the form's text box content in the reports textbox. Is that possible. Also can I retain the same data in the report till the user once again opens the form and changes the data.
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32669

    #2
    The data is all stored in the table actually. Forms and reports don't store data - they merely display it. So, yes. You can do that.

    Comment

    Working...