I have a DB Table with a dual key of ProjectName and AssignedResource. I have built a form based on the table that shows me all of the projects a given resource is assigned to. I would like to create an HoursForecasting table but am unsure of how to structure it.
Ideally I would like to show a list of all of the projects a resource is on and give them fields to fill in on a weekly basis for next weeks, 2weeks and 3 weeks out forecast.
I have tried to create a table with Projectname, Resource and Week# as the keys and nextweek, 2week and 3week as the repeating data. The problem is that the table is not populated, so when I open a form to inut the data nothing exists.
I could prebuild the HoursForecast Table everytime a project or resource is added, but I am wondering if my overall design of the tables could/should be improved?
Ideally I would like to show a list of all of the projects a resource is on and give them fields to fill in on a weekly basis for next weeks, 2weeks and 3 weeks out forecast.
I have tried to create a table with Projectname, Resource and Week# as the keys and nextweek, 2week and 3week as the repeating data. The problem is that the table is not populated, so when I open a form to inut the data nothing exists.
I could prebuild the HoursForecast Table everytime a project or resource is added, but I am wondering if my overall design of the tables could/should be improved?