Good morning all!
Does anyone have any idea on how to save a file to icloud? Currently I use this to save to a folder on my C drive. But would like to save to my icloud drive. Thank you in advance.
Code:
Dim strReportName As String
Dim strpath As String
Dim strFilePath As String
Dim date2 As String
'Forms!contacts!date2 = Forms!contacts!BidDate
'set variables
strReportName = "bidreportfromGoBid"
strpath = "c:\bids\"
strFilePath = strpath & Forms!gobid!FullName & Forms!gobid!date2 & ".pdf"
Me.filelocation = strFilePath
Me.ReportName = strFilePath
Me.filelocation = "BID" & "#" & strFilePath
If IsNull(Me.Typeofbid) Then
Me.Typeofbid = "detailed"
End If