Using Access 97
Greetings.
I'm so lost on this I don't even think I have any of the terminology right!
So let me just sort of say it in English (as it were)…
In table one (ProjectTracker) there is a ton of data regarding a project.
In table two (ProjectActivity) there is date and hours data, by task for each project.
There is a one-to-many relationship from PT to PA based on the projectid (that is, in PT the project occurs once, in PA it occurs as many times as there is an activity with a date and hours).
I'm trying to do an update query where I can match task on PA with an associated field on PT for each project; for example, Coding on Project 1234 for 8 hours on 11/25/02.
The rub is that there are like 10 different activities to track into 20 fields.
Okay, here's the question: Is it possible for me to have a single query to grab this data, or will I have to have one for each activity….(In other environments, or languages, it would be a big case or if statement).
Any thoughts on this (besides to hand it over to a programmer that knows their stuff -- everyone has abandoned me on this Access stuff!)?
Thanks.
LJ
Greetings.
I'm so lost on this I don't even think I have any of the terminology right!
So let me just sort of say it in English (as it were)…
In table one (ProjectTracker) there is a ton of data regarding a project.
In table two (ProjectActivity) there is date and hours data, by task for each project.
There is a one-to-many relationship from PT to PA based on the projectid (that is, in PT the project occurs once, in PA it occurs as many times as there is an activity with a date and hours).
I'm trying to do an update query where I can match task on PA with an associated field on PT for each project; for example, Coding on Project 1234 for 8 hours on 11/25/02.
The rub is that there are like 10 different activities to track into 20 fields.
Okay, here's the question: Is it possible for me to have a single query to grab this data, or will I have to have one for each activity….(In other environments, or languages, it would be a big case or if statement).
Any thoughts on this (besides to hand it over to a programmer that knows their stuff -- everyone has abandoned me on this Access stuff!)?
Thanks.
LJ