Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update a front-end databases with a new release using vba

Status
Not open for further replies.

aldi07

MIS
Jun 22, 2010
100
CA
Hi,
Can any one help me with the following:

Code:
Declare Function apiCopyFile Lib "KERNEL32" Alias "CopyFileA" _
                   (ByVal lpExistingFileName As String, _
                   ByVal lpNewFileName As String, _
                   ByVal bFailIfExists As Long) As Long

I get the following compile error:

The code in this project must be updated to use on 64-bit systems. Please review and uodate Declare statements and the mark them with the PtrSafe attribute.

How do I do that?

Thank you.
 
Sorry, I should have posted this in Access modules vba coding, which I did right now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top