A
|
ann 6/25/2010 |
Paul, $sql1="select * from AuditTableName where $strWhereClause";
|
S
|
swanside author 6/25/2010 |
Paul, use Export page: Before SQL query on the Events tab to save user's name, time and record id for export into the audit table. Here is a sample: $sql1="select * from AuditTableName where $strWhereClause";
|