Dim strResponse
On Error GoTo ERROR
If IsNull(txtBeginDate) Then
MsgBox "Please enter a valid date."
Exit Sub
End If
DoCmd.OpenQuery "qryDeleteInterest"
DoCmd.TransferSpreadsheet acImport, 8, "tblInterest", "C:\Interest\Interest.xls", True...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.