HI I need to incremnet a date value by one and insert it into the table.could u please help?i am using date +1 format but it gives an erorr.<br><br>please help.<br>the code is as follows<br><CFQUERY NAME="Insert1" DATASOURCE=#source#><br>INSERT into test<br>VALUES ('#enterdate#' +1,'#name#')<br></cfquery><br>