vb6.0/crystal report problem
I have created a crystal report using access mdb file. it executing properly thru manual invoking of crystal report. I have so many access database files with same tables as i have used in design of report in crystal report. I want to use these mdbs for generating reports using same report. I have created a vb form where dirpath and mdb files are displayed and kept one print command button to invoke connection to crystal report and dynamically connect to this database using connect property of crystal report control, while running this form and clicking the print command i am getting could not connect to server and it will stop at crystalreport1.action=1

to avoid this problem i have used file system object to copy this any mdb file to the source file used for designing crystal report and tried to run the form , but i am geeting same error message. Kindly help me out as i have to submit the report in two days.