I am creating a Project Management database for the company that I work with, and I am having problems trying to run a query off a few tables. I think it is to do with the relationships that I am using to link the tables together.
The idea is to bring together a couple of fields from each of the tables to be displayed in a sub form on a form that brings together details from a whole variety of tables.
I need to bring together :
- EmployeeName from the Employee Details table
- SkillDescription from the SkillDetails table
- Estimate%Required from the Resource table
- Description from the Resource table
As soon as I bring up the SkillDetails table on the relationship window the query cant do anything - when I execute the Query it doesn't even return blank fields - just the title and nothing else.
Any suggestions on what to do to fix it??
The idea is to bring together a couple of fields from each of the tables to be displayed in a sub form on a form that brings together details from a whole variety of tables.
I need to bring together :
- EmployeeName from the Employee Details table
- SkillDescription from the SkillDetails table
- Estimate%Required from the Resource table
- Description from the Resource table
As soon as I bring up the SkillDetails table on the relationship window the query cant do anything - when I execute the Query it doesn't even return blank fields - just the title and nothing else.
Any suggestions on what to do to fix it??