How can I do that with Visual Basic 5.0?
I have a mdb-file with 1 table and 1 report. I want my app to first show a preview and then print the report.
Printable View
How can I do that with Visual Basic 5.0?
I have a mdb-file with 1 table and 1 report. I want my app to first show a preview and then print the report.
if u r using crystal reports then try
CrystalReport1.Action=2
If you have Access installed on the client machine, you can use Automation to have Access open and display the report in print preview, and then let the user print it or close. If you don't have Access on the client machine, however, you are stuck using Crystal Reports.