PDA

Click to See Complete Forum and Search --> : Print and Preview of Access reports?


jake
Jun 21st, 1999, 08:13 PM
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.

aamer
Jun 21st, 1999, 08:57 PM
if u r using crystal reports then try
CrystalReport1.Action=2

bashfirst
Jun 22nd, 1999, 11:13 AM
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.