Estou tentando converter relatório access para PDF:
Private Sub btSalvarPDF_Click()
Dim strArquivo As String
Dim strlocal As String
strArquivo = "Atestado" & ".pdf"
strlocal = CurrentProject.Path & "C:\EnviadosPDF\" & strArquivo
DoCmd.OutputTo acOutputReport, "Rel_RiscodeVidaMemo", acFormatPDF, strlocal
End Sub
esta dando ERRO no acFormatPDF, porque ??!!!...
aguardo - grato...
Private Sub btSalvarPDF_Click()
Dim strArquivo As String
Dim strlocal As String
strArquivo = "Atestado" & ".pdf"
strlocal = CurrentProject.Path & "C:\EnviadosPDF\" & strArquivo
DoCmd.OutputTo acOutputReport, "Rel_RiscodeVidaMemo", acFormatPDF, strlocal
End Sub
esta dando ERRO no acFormatPDF, porque ??!!!...
aguardo - grato...