| Added: April/20/2007 at 12:50am | IP Logged
|
|
|
Chris: I am still trying to select records based on Groups number and, IF qualified, THEN post online in a report. It will be a great day when I discover, or find out, how to use Groups like Access_Levels to select records. If anyone out there uses the contents of Groups to select records for If Then Else type logic, please post an example of how you do it.
I have researched online and, tried the two posted above, and the following without success:
<% If CmdListUsers("Groups") = "*3*" Then %>
<% If Not(InStr(Session("Groups"),"*3*")) Then %>
<% If CmdListUsers("Groups") = "3" Then %>
<% If InStr(Session("Groups"),"*3*") Then %>
<% If InStr(Session("Groups"),"*3*") = 0 Then %>
<% If InStr(Session("Groups") = "*3*") Then %>
<% If InStr(Start, Groups, *3*) Then %>
<% If InStr(Groups,"*3*") = 0 Then %>
<% If InStr(Groups,"*11*") = 0 Then %>
<% If InStr(1,”Groups”, strLook,*3*) Then %>
<% If InStr(1, Groups, strName, 3) > 0 Then %>
<% If InStr(CmdEditGroup("Group_Name"),"*11*") Then %>
<% If Session("GROUPACCESS") = "*9*" Then %>
<% If CmdListUsers("GROUPACCESS") = "*3*" Then %>
<% If CmdGetGroups("Group_ID") = "*3*" Then %>
<% If CmdGetGroups("Group_ID") = "9" Then %>
<% If CmdGetGroups("Group_Name") = "3 Bien Hoa - BH" Then %>
<% If CmdListUsers("Group_Name") = "3 Bien Hoa - BH" Then %>
<% If (Group_ID = " & 3 Bien Hoa - BH & ") Then %>
<% If (ID <% =CmdGetGroups("Group_ID") = *3* Then %>
Thanks for your help,
Don Poss
__________________ Don Poss
|