diarratech
Technical User
I have 3 tables in Access. The first one is called partners with columns such as partners name and an id. Eg: Name: Smith, IDpartner: Smith01
The second is the rights table: codeRight:1, Right
ownload
The third table has three columns : Idpartner: Smith01, codeRight:1, autonumber=1
On an asp page, I want to be able to let a user choose any rights with a check box and insert the content in the third table.
Ex:
Idpartner Right CheckBox
Smith01 download []
SMith01 Read []
etc...
Submit button
I'm using dreamweaver
Thanks
The second is the rights table: codeRight:1, Right
The third table has three columns : Idpartner: Smith01, codeRight:1, autonumber=1
On an asp page, I want to be able to let a user choose any rights with a check box and insert the content in the third table.
Ex:
Idpartner Right CheckBox
Smith01 download []
SMith01 Read []
etc...
Submit button
I'm using dreamweaver
Thanks