Can anyone suggest how to modify the below to suite to the MS Access 2016, 64 bit and Windows 2012 Server, 64 bit
Public Declare PtrSafe Function CopyFile Lib "kernel32" Alias "CopyFileA" (ByVal lpExistingFileName As String, _
ByVal lpNewFileName As String, ByVal bFailIfExists As Long) As Long