J
|
Jane 8/22/2008 |
John, global $conn; $strUpdate = "update TableName set FieldName=1 where RecordID=..."; db_exec($strUpdate,$conn); |
J
|
jskewes author 8/22/2008 |
Hi Jane, John, use Before record added event on the Events tab fpr this purpose. Here is just a sample: |
J
|
Jane 8/22/2008 |
John, $strUpdate = "update Cartable set Posted=1 where StockNumber=".$values["FieldName"]; |