Hi: I am currently using a VB app which exports a crystal report file into a Word Document using the following at the end of the program:
report.ExportOptions.FormatType = crEFTWordForWindows
report.ExportOptions.DestinationType = crEDTDiskFile
report.ExportOptions.DiskFileName = v_export_rep_name
Can anyone tell me what I need to do to export the file to a Microsoft access .mdb file? In the Crystal technical documentation, it mentions creftODBC but how do I specify which Microsoft ACCESS database in the code?
Any help would be greatly appreciated.
Thank you
MJD500
report.ExportOptions.FormatType = crEFTWordForWindows
report.ExportOptions.DestinationType = crEDTDiskFile
report.ExportOptions.DiskFileName = v_export_rep_name
Can anyone tell me what I need to do to export the file to a Microsoft access .mdb file? In the Crystal technical documentation, it mentions creftODBC but how do I specify which Microsoft ACCESS database in the code?
Any help would be greatly appreciated.
Thank you
MJD500