Ok so I hope this is easy so I can feel silly.
I have 5 different tables where information is entered. I want to run a query that pulls from those 5 tables three fields (WeekEnding, UserID, TotalTime). Each of the 5 tables has a Time specific to that table but I want to total that time.
So my end result would be
WeekEnding UserID Total of Time from all Tables.
Each table has multiple WeekEndings and multiple UserID which I think is my pain point. Each table is linked by WeekEnding and UserID which I was hoping would pull only the WeekEnding, UserID and provide a Total of Time from each table. In my query I have the Week Ending, UserID and then an Expression to Total the necessary fields to give me a TotalTime. I also have a criteria set to ask for a specific WeekEnding when it queries all the records. When I run the query it only comes back with one entry though I have 3 records with the same WeekEnding and UserID.
What am I missing that I'm only showing 1 record when I know I have more?
I have 5 different tables where information is entered. I want to run a query that pulls from those 5 tables three fields (WeekEnding, UserID, TotalTime). Each of the 5 tables has a Time specific to that table but I want to total that time.
So my end result would be
WeekEnding UserID Total of Time from all Tables.
Each table has multiple WeekEndings and multiple UserID which I think is my pain point. Each table is linked by WeekEnding and UserID which I was hoping would pull only the WeekEnding, UserID and provide a Total of Time from each table. In my query I have the Week Ending, UserID and then an Expression to Total the necessary fields to give me a TotalTime. I also have a criteria set to ask for a specific WeekEnding when it queries all the records. When I run the query it only comes back with one entry though I have 3 records with the same WeekEnding and UserID.
What am I missing that I'm only showing 1 record when I know I have more?