J
|
Jane 5/25/2009 |
Hi, |
G
|
gsrai31 author 5/25/2009 |
Jane, thanks for your help. When I test the dropdown list using your expression, I get "Unable to retrieve data using the where condition you've entered. All records are displayed" message. I copied and pasted "[UserID]='" & Session("UserID") & "'" exactly as you have written in your reply. |
![]() |
Sergey Kornilov admin 5/25/2009 |
Session variables are only populated in the run time, when you test ASP application. It won't work in design mode. |
G
|
gsrai31 author 5/25/2009 |
Sergey, |
![]() |
Sergey Kornilov admin 5/25/2009 |
"Allow to add new value on fly" option should not be used with WHERE clause enabled. |
G
|
gsrai31 author 5/25/2009 |
Thank you !! |
G
|
gsrai31 author 5/25/2009 |
Hi again, I am still having problems with where expression. I uploaded my project to demo account to check if dropdown list is limited to the values where session userID matches with userID in the lookup table. But I get the following error - |
J
|
Jane 5/26/2009 |
answered in your personal email. |