Hi,
//global $conn;
//$strUpdate = "update _tbl_order set o_statusfactuur = 'wel'";
//db_exec($strUpdate,$conn);
This event works fine, but I want to add a where clause in this event: where _tbl.product.abonnement = 'nee'
I keep getting errors because I use two tables. Please help me with this event.
Thnx,
Wim