![]() |
Sergey Kornilov admin 5/18/2010 |
M
|
mfred author 5/18/2010 |
Example 2 appears to relate to emailing the records. I need to change information in a field. I'm sorry if I am missing something. |
J
|
Jane 5/19/2010 |
Hi, for each val in keys |
M
|
mfred author 6/9/2010 |
I thought that I understood. I added the following code in the server tab. However, it seems to get stuck "Sending request to server...". I experimented with changing strUpdate = "update MailQuery1 set Status='Delivered' where ID=" & val("ID") to strUpdate = "update MailQuery1 set Status='Delivered'". But that changes all the table entries to delivered. |