Access Version: 2003
Problem Defined:
Create a file tracking database to track the submission of files for various clients based upon imported data. Each client has varying rules when a file is expected to be received, for example, weekly on Monday, biweekly on a Wednesday, monthly on a Friday, the 15th and last day of the month, etc. I need to be able to run queries/reports to identify the information when a file is received, which should be easy enough. But, I also need to identify if a file has not been received and it should have been.
Table Design
Right now, I have 3 tables. One table where the data is imported about the files, which is keyed by a 3 letter Client code. The Client code from the file instance table attaches to a Client Table which hold the client information - name, etc so forth. The client table is connected to a DateRules table, where the expected date, frequency will be listed.
Questions:
Is my overall table design help setup correctly How do I query to find that I should have received something and didn't? Generally, I understand the date functions in Access, but for some reason I am haveing a hard time getting my head around this one.
Thanks for your comments/help. If you have any additional questions or need clarification, just let me know.
Problem Defined:
Create a file tracking database to track the submission of files for various clients based upon imported data. Each client has varying rules when a file is expected to be received, for example, weekly on Monday, biweekly on a Wednesday, monthly on a Friday, the 15th and last day of the month, etc. I need to be able to run queries/reports to identify the information when a file is received, which should be easy enough. But, I also need to identify if a file has not been received and it should have been.
Table Design
Right now, I have 3 tables. One table where the data is imported about the files, which is keyed by a 3 letter Client code. The Client code from the file instance table attaches to a Client Table which hold the client information - name, etc so forth. The client table is connected to a DateRules table, where the expected date, frequency will be listed.
Questions:
Is my overall table design help setup correctly How do I query to find that I should have received something and didn't? Generally, I understand the date functions in Access, but for some reason I am haveing a hard time getting my head around this one.
Thanks for your comments/help. If you have any additional questions or need clarification, just let me know.