I have a database built for keeping track of candidate and interviews for positions.
I have a form for interviews by candidate--you can add or browse.
I would like to make a copy of this exact form, but with ONLY the ability to ADD interviws and not browse (confidentiality).
What would be the best way to go about this--I first thought access permissions, but I don't like the implementation.
Should I create a separate database and use linked tables? And change the form to an insert only form? (How would I do that?)
I appreciate the replies!!!
I have a form for interviews by candidate--you can add or browse.
I would like to make a copy of this exact form, but with ONLY the ability to ADD interviws and not browse (confidentiality).
What would be the best way to go about this--I first thought access permissions, but I don't like the implementation.
Should I create a separate database and use linked tables? And change the form to an insert only form? (How would I do that?)
I appreciate the replies!!!