Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Dim FileName As String
Dim FilePath As String
'FileName = Me.ClaimNummer & Me.City
FilePath = "C:\Users\Frans\Documenten\pdf opslaan" & FileName & ".PDF"
DoCmd.OutputTo acOutputForm, "FrmPolitie", acFormatPDF, FilePath
MsgBox "Done", vbInformation, "Save Confirm"
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.