Menu
  • HOME
  • TAGS

Having issues migrating data with attachments in Access

ms-access,access-vba,sharepoint-2007,dao,attachment-field

All, Here is the clunky solution I came up with in case it helps someone else. First, I needed to access the URLmon library's URLDownloadToFileA function. Private Declare Function URLDownloadToFileA Lib "urlmon" (ByVal pCaller As Long, ByVal szURL As String, ByVal szfilename As String, ByVal dwreserved As Long, ByVal ipfnCB...