I'm writing an Access application that prepares submission files for the IRS. I create the data file without difficulty and zip it to the specified folder. The zipped data file is then to be imbedded in an XML file that I create. The IRS documentation and tech support states that the .zip file is "streamed" into the XML document file. What does that mean and how do I do it in VB?