D
Douglas J. Steele
Don't know why it should be complaining about those specific values, but you
MUST use mm/dd/yyyy format for your date, regardless of what your regional
settings are. It will take 12/04/2004 as 4 Dec, 2004, not 12 Apr, 2004.
One thing to try, though, is change your declarations to
Dim rstDebito As DAO.Recordset
Dim rstVale As DAO.Recordset
MUST use mm/dd/yyyy format for your date, regardless of what your regional
settings are. It will take 12/04/2004 as 4 Dec, 2004, not 12 Apr, 2004.
One thing to try, though, is change your declarations to
Dim rstDebito As DAO.Recordset
Dim rstVale As DAO.Recordset