![]() |
Sergey Kornilov admin 4/16/2007 |
It looks like you need to create three dropdown boxes and make them all dependent on first one. |
M
|
MikeGinMN author 4/17/2007 |
Thank you that works great - now how do I limit the dropdown selection(s) to be just the ones assigned to my team. In list I see just my team members - no one else - I want that to be same for that drop down box |
![]() |
Sergey Kornilov admin 4/17/2007 |
MikeGinMN, |
M
|
MikeGinMN author 4/23/2007 |
That works - definitiely need to use my tax return to buy this - like what I see. Another question - as part of my project I have a list view of an inidividual's expiration dates of forms called expdate. I would like to do a couple of things |
J
|
Jane 4/24/2007 |
Mike, if InStr(Request.ServerVariables("SCRIPT_NAME"), "_export")<1 then str = "<table width=100% bgcolor=" if strValue<Now() then str = str & "red" elseif strValue<Now()+60 then str = str & "green" else str = str & "" end if str = str & "><tr><td align='center'>" & strValue & "</td></tr></table>" strValue = str end if
|
M
|
MikeGinMN author 4/24/2007 |
I'm trying to get the name highlight - but nothing seems to happen - here is the code I put in |
![]() |
Sergey Kornilov admin 4/25/2007 |
Mike, |