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