Hi, the database will only be accessable by the admin users. The application form is for project managers to use when they are requesting a new project created in a testing tool. It's all a bit complicated.
The only thing I really need help with is somehow linking the following tables. I have decided to assign each user a default access level:
Project (project_id, name, start_date, end_date, project_manager, users (there are up to 20 users per project)
and
Users (user_id, first_name, last_name, email address, access_level)
There is a problem in that one project has many users and each user can belong to many projects...
Pam