Tenta assim:
Dim CaixaData As String
Dim Testedata As string
Dim Sql As String
CaixaData = InputBox("Digite a data final que será apagada", "Limpar histórico")
Testedata = format(CaixaData,"mm/dd/yyyy")
If not isDate(TesteData) Then
MsgBox "Data inválida",vbExclamation, "Erro"
Exit Sub
End If
Sql = "delete *from regboleto where boletoemissao < #" & Testedata & "#"
BancodeDados.Execute Sql
Data1.Refresh
qq dúvida é só postar
t+