From: Roderick T. <tho...@ms...> - 2008-03-31 20:19:55
|
Please examine my attached script. I don't understand what I'm doing wrong with my "if" statements. I'm thinking my unique conditions should only report to either the "diversionlog" table or the "othercrimes" table. Additionally, only one post should be made to the "changelog" table. Instead, the a post is being made to both the "diversionlog" and the "othercrimes" tables and double posts are being made to the "changelog" table. This is odd to me because the conditions don't seem to overlap and all of the variables are printing as I expect them to. |