I got an error message when I run the program below:
VB Code:
  1. CustomerRPT.ExportOptions.DestinationType = crEDTDiskFile
  2.         CustomerRPT.ExportOptions.DiskFileName = "C:\CustomerInfo.rtf"
  3.         CustomerRPT.ExportOptions.FormatType = crEFTExactRichText
  4.         CustomerRPT.Export (False)

Error message:
"Run-time error '-2147192184(80047288)': server has not been opened"

What does this error mean? What should I do?
Thanks!