RE: Troubles with Tables

2001-01-05 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Could you abstract your logic a bit and create another table called "Groups"... and then assign each client to a specific group. Assign the group specific rights. Then, when your customer gets a new client, you simply assign the client to a

Re: Troubles with Tables

2001-01-04 Thread Peter Theobald
Have another table DocPermissions with two columns, a Client ID and a Document ID. Put a row in that table for any Document/Client combination that is allowed. At 03:34 PM 1/4/01 -0500, Peter Benoit wrote: Got a bit of a situation that I'm not so sure how to handle. It's something like this;