OK, lost again.:confused:
The On Click event does Call MCFSExport
MCFSExport is a Public Function in Module MCFSMismatch.
MCFSExport is DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, MCFSQuery, "MC - FS Mismatch " & Format(Now(), "ddmmyy"), True
MCFSQuery is another Public...