D
|
danaci 5/20/2012 |
I can update any field in another table that contains the least dates, would be like. I use the example below, I am wrong for dates? CustomQuery ("Update TABLE1 SET purchaseDATE = ". date("Y-m-d",$ Values ["purchasedate"]). " where = BarCode ". $ values ["BarCode"]); |
J
|
joiresende author 5/20/2012 |
Thanks it worked fine. |