Hello everyone!
I am writing a database for my employer, and they would like this to store employee information. With Sarbanes Oxley out there now, they need to keep track of who has read access to programs, and who has write access to programs. My question is this: What method would you recommend to store this data in the database? There are about 10 different applications this applies to, so having 20 different Yes/No fields seems a little cumbersome, so I was thinking of storing multiple values in the field, then when the form is loaded, it will pull the values, seperate them, and show them accordingly on the form.
Any thoughts as to what is the correct direction to go would be great!
Thanks!
I am writing a database for my employer, and they would like this to store employee information. With Sarbanes Oxley out there now, they need to keep track of who has read access to programs, and who has write access to programs. My question is this: What method would you recommend to store this data in the database? There are about 10 different applications this applies to, so having 20 different Yes/No fields seems a little cumbersome, so I was thinking of storing multiple values in the field, then when the form is loaded, it will pull the values, seperate them, and show them accordingly on the form.
Any thoughts as to what is the correct direction to go would be great!
Thanks!