Question : Why does The Microsoft Jet database engine does not recognize <name> as a valid field name or expression. ?

I have a simple query with the field called dt. In the criteria for this field I use:

Between [Forms]![frm_qrydate]![txtstartdate] And [Forms]![frm_qrydate]![txtenddate]

Works great until I make a crosstab query using the simple query. How can I get this to work?

Bill

Answer : Why does The Microsoft Jet database engine does not recognize <name> as a valid field name or expression. ?

or

$weddingdate = date("Y-m-d",strtotime($_POST['weddingdate']);

would be a quick wrapper on your $_POST var
Random Solutions  
 
programming4us programming4us