![]() |
Sergey Kornilov admin 9/27/2004 |
Ezra, strFields = strFields & ")" strValues = strValues & ")" strSQL = strSQL & strFields & " values " & strValues LogInfo(strSQL) dbConnection.Execute strSQL Call ReportError LogInfo(strSQL) dbConnection.Execute Replace(strSQL, "contacts", "application1") Call ReportError LogInfo(strSQL) dbConnection.Execute Replace(strSQL, "contacts", "application2") Call ReportError message="<div class=message><<< Record was added >>></div>" |
|
unique1 10/9/2004 |
I tried this and can't get it to work. I have 2 tables with ID as primary key in both tables which is an auto number. I dont know if that is why it isnt working. Both table are the exact same. One is for Regular and one is for Rush. I need the Rush table to also write the data to the Regular table. I'm also trying to get the Rush table to email when new record is added. |
![]() |
Sergey Kornilov admin 10/11/2004 |
unique1, |