A
|
ann 8/30/2010 |
Eddan, if Session("GroupID")="User" then |
E
|
Eddan author 8/30/2010 |
Eddan, to display just opened cases for the user group use Before SQL query event on the Events tab. Here is a sample: if Session("GroupID")="User" then
|