Ola walter,
O que deve ser feito para que funcione no windows x64?
O que deve ser feito para que funcione no windows x64?
Dim strCaminho As String, strPastaInicial As String
strPastaInicial = GetPathPart & "IMAGENS"
strCaminho = Buscar(Me.hWnd, "Inserir foto", strPastaInicial, _
"Arquivos gráficos (*.bmp; *.gif; *.jpg)" & vbNullChar & "*.bmp; *.gif; *.jpg")
If Len(strCaminho) > 0 Then
Me.LocalFoto = Mid([strCaminho], InStrRev([strCaminho], "\") + 1)
Me.Foto.Picture = Me.LocalFoto
DoCmd.RunCommand acCmdSaveRecord
End If