If IsNull "[TBackupDatabase " & Date & "]" Then
MsgBox "TBackupDatabase " & Date & vbCrLf & "backup già presente" & vbCrLf & vbCrLf & "cancellare i backup già presenti manualmente", vbInformation, "TBackupDatabase " & Date
Exit Sub
End If
I would like to exit sub if "[TBackupDatabase " & Date & "]" doesnt exists. Its a Table..Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY