G
Guest
Is is possible to write to a CD-RW drive directly from Visual Basic code...(eg. Access 2002 form modual)
DoCmd.OutputTo acOutputTable, "tblTest", acFormatXLS, "E:\Test.xls", False
this will write data to any drive but a CD drive....
DoCmd.OutputTo acOutputTable, "tblTest", acFormatXLS, "E:\Test.xls", False
this will write data to any drive but a CD drive....