Thanks again Billy71, but I'm getting a runtime error 424 "Object Required."
This is the code I used:
CrystalReport1.ReportFileName = "c:/EHicks/LOA EMAIL FOLDER/ClientsDatabaseReport.rpt"
CrystalReport1.Action = 1
I put my Crystal Report file, i.e., "ClientsDatabaseReport.rpt" in the same folder as my VB6 vbp and Access2K mdb files. In fact everything in my VB6 app is in the same file.
The line that's highlighted when I debug the runtime error is:
CrystalReport1.ReportFileName = "c:/EHicks/LOA EMAIL FOLDER/ClientsDatabaseReport.rpt"
However, I had forgotten to uncheck the "Save Data with Report." Do you think that might be the problem?
Another thought....I don't have Crystal Reports on my home PC where I experienced the error 424, but do on my work PC; I'll try your method when I get to my work PC. Does Crystal Report need to be installed on the PC when using your suggested method?
I know that Crystal Reports shipped with "pre-VB6" versions of VB and not VB6. Will this be a problem when I pkg & Deploy my VB6 app? I read somewhere that when you pkg & Deploy your VB app, you need to include any Access2K files and Crystal Report files you have for the app. If Crystal Reports is not part of VB6, how will Crystal Reports work in your deployed VB6 app?
Appreciate your thoughts!