DRIP-DOWN MENU VALUES |
9/17/2003 11:04:45 AM |
ASPRunnerPro General questions | |
swat author
hi all, |
|
Sergey Kornilov 9/19/2003 | |
Swat, if "PHONE" = Ucase(strName) then strSQL = "select Name, Name from TableName" end if
if "PHONE" = Ucase(strName) then strSQL = "select Name+Phone, Name from TableName" end if
|