Thankyou for your response AnanthaP.
The Employee table was not going to be specific to the consulting firm, but to any company / corporation. There might be a better name / word for it.
I was going to have another table Staff for the consulting firms people, on top of the employee table. The Staff table would contain login information, staff classifications, pay rates etc [might be a few subset tables to].
In terms of the technical journals, I know I need records for:
- Journal Name,
- Paper Title,
- Paper Author,
- Paper Abstract,
- Keywords,
- Additional Comment [Firms review / comments on the paper].
But there are also many other reports from other firms, government departments that are not formal 'Journals', as well as product information from various suppliers.
Im not quite sure at this stage if that will all end up in one table to cover all the various document types, or spread over several.
And I think I will look at some standard timesheet systems to look into. Thankyou for the suggestion.
Finally, and knowing that the Employee table will have records of internal and external companies employees, is my concept of using two table for Project Contacts, and joining them with a 'View' table something that will work?