![]() |
Sergey Kornilov admin 4/3/2006 |
Rob, select [fieldname1],
|
R
|
robs author 4/3/2006 |
Rob, you can do it in the following way. Edit SQL query manually on the Edit SQL query Tab. See my example: select [fieldname1],
|
![]() |
Sergey Kornilov admin 4/4/2006 |
Hi, message ="" email="test@test.com" newemail = rs("myReadOnlyField") message="This message was sent from ... -" & vbcrlf & Session("UserID") & vbcrlf & newemail & vbcrlf & dict("My2ndEmailField") subject="record modfied" sendmail email, subject, message |
R
|
robs author 4/4/2006 |
Hi, try to use the following code:
|
L
|
luic 4/8/2006 |
I try the above syntax and it does not work for me. What does the means ? The application won't allow me to move forward if I put [b] and in the SQL. |
![]() |
Sergey Kornilov admin 4/10/2006 |
Chris, |