Posts: 477
Name: Chip Johns
Location: Savannah Georgia
|
ok. I see what problem I'm not able to overcome. I see what you are saying Adam. I need to request the info if I want to show it.
The smeLastName is not in the smeTracking Table. It is in the sme table.
TABLE ONE: [sme] I have a table that lists sme's (Subject Matter Experts.)
This table has sme name and ID number for each sme (smeID which is generated as a primary key.)
TABLE TWO: Then I have a talbe that records the time on any given project they work on. This table uses the smeID number from the sme table then a field for hours worked, and another field for the date, and finally a field with a project number in it.
What I want to do is output a list that shows how much total time each sme has for the project...
I am learning a lot from this project, so I really do appreciate the help!
|