Hi All,
What i have is a datasheet sitting on a form1 and button1 connecting form1 to form2... On form2 i have radio buttons allowing the user to hide and show columns... the user then hits button2 which runs
DoCmd.OutputTo acOutputForm, "frmsummary", acFormatXLS, "TblExport.xls", True...