Brainiac58 Posted August 27, 2007 Posted August 27, 2007 Does anyone have an idea on how I could set up a script or layout that would allow a person to essentially "sign off" on a document that they have read that is in a database? Thanks.
Vaughan Posted August 27, 2007 Posted August 27, 2007 A couple of ways. But it depends on what you mean by "a document... that is a database". I'll assume that you mean that there is one record that represents each document. One method is to put a field in the document record, and enter the person's ID into it when they have read it. This will get messy when more than one person has to read the same document. If, however, your needs are such that one *one* person has to "sign-off" the document then it'll be satisfactory. If you need to track which documents the person has read (note the subtle change of focus: its different to tracking whether a document has been read) then I'd create a table to track "Readings" that holds the document id and the reader id. One of these Readings records gets created each time a person reads a document.
Recommended Posts
This topic is 6299 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now