I am a beginner on MS Access. I recently created a form for interative data input and I want to save the form as a report. My question is that when I save the form as report, only the default contents in the form was saved, the text or other information that I keyed in is not saved on the report. How to solve this problem? I want to save the whole information to a report.
Thanks a lot.
Another question:
Since for report, one can not interactively input data in the field, i was thinking of creating a command on a form using VBA to fill the data into the corresponding field on the report. For example, there is a textbox text1 on report1.
Can I write some simple code in Form1 like these:
report1.text1.text=1
It looked like did not work for me.
Anybody can help me?
Thanks a lot!
SwingXH
Thanks a lot.
Another question:
Since for report, one can not interactively input data in the field, i was thinking of creating a command on a form using VBA to fill the data into the corresponding field on the report. For example, there is a textbox text1 on report1.
Can I write some simple code in Form1 like these:
report1.text1.text=1
It looked like did not work for me.
Anybody can help me?
Thanks a lot!
SwingXH