A useful function might be the following
Function getSQLDate(datDate As Date, Optional strFormat As String) As String 'breaks down date to insert into a SQL string Dim strDateDD As String, strDateMM As String, strDateYYYY As String
Dim strDateDD As String
Dim strDateMM As String
Dim...