sorry bloody IE just submitted
ok
INFOTABLE
id will be a Primary key
level from access
info1
info2
info3....... etc
the level accesss will be containedom in a session/cookie up 2 u
HOW IT WORKS
each usr has an level ie 4 level = company blah in level table
this user then can only access info from the info table where level = 4
simple.....
hope this helps
G
Main Topics
Browse All Topics





by: gabssPosted on 2003-07-10 at 09:03:09ID: 8894196
first you'll need a table in the DB of username PW ID and level
USERTABLE
id will be a Primary key
level is a FK = foreign key (from another table see below)
ACCESS TABLE
id will be a Primary key
level this is the same a level in user
info table