I have different administrative sections which can be allocated to more than one member. These member/admin rights are held in a table (sectionAdmin):
sectionID | memberID
----------+----------
1 | 23
----------+----------
2 | 23
----------+----------
1 | 14
----------+----------
I want to check if these match as members navigate through the sections and then, if they do, open up the admin rights.
eg
if rsSectionAdmin("sectionID"
=thisSectionID then
adminRights=true
end if
I have tried setting up an array using GetRows and although I think I am on the right track I can't get it to work.
I'd be grateful if you could help me out here.
TIA
"Away from the actual ... everything is virtual"
sectionID | memberID
----------+----------
1 | 23
----------+----------
2 | 23
----------+----------
1 | 14
----------+----------
I want to check if these match as members navigate through the sections and then, if they do, open up the admin rights.
eg
if rsSectionAdmin("sectionID"
adminRights=true
end if
I have tried setting up an array using GetRows and although I think I am on the right track I can't get it to work.
I'd be grateful if you could help me out here.
TIA
"Away from the actual ... everything is virtual"