Hello. May I ask some help, please? I am trying to build a database in MS Access that allows me to keep track of hundreds of documents and hundreds of publishers.
I've been struggling with this problem for a while.
So far, in Microsoft Access, I have two tables:
tableName: publishers
columns:
publisherID (primary key)
publicationTitle
coverLetter
tableName: documents
columns:
documentID (primary key)
documentTitle
documentNotes
publisherID (foreign key from table publishers)
* A document may have only one publisher! But a publisher may have many documents. *
1. How can I create a form that will let me indicate when a Publisher has accepted, or rejected, a Document?
2. Is there a way to display data, so that I can see which documents have been accepted, and which rejected?
I hope I am making sense, and not bothering anyone with my simple question. Thank you for your time.
Eric