A
AJOLSON
I am trying to create a Cmd Button that when the user clicks on it a file is
saved to their My Documents folder. how would I accomplish this using Access
07. thanks
Bleow is what I got so far.
Dim Strtemp As String
Strtemp = Me.Text15 & ".xls"
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Export", _
Strtemp, , Me.JobNumber
saved to their My Documents folder. how would I accomplish this using Access
07. thanks
Bleow is what I got so far.
Dim Strtemp As String
Strtemp = Me.Text15 & ".xls"
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Export", _
Strtemp, , Me.JobNumber