BillElPaso
0 pts. | Dec 19 2006 10:54AM GMT
you are using European style dates, DD/MM/YYYY and SQL Servert is expecting American style dates MM/DD/YYYY. change the code that looks like (’”+dt+”‘) to look like (’”+Format(dt,”MM/DD/YYYY”)+”‘) should do the trick.






