Associating Field D10 with A1

Listerman

Registered User.
Local time
Today, 16:16
Joined
Mar 3, 2008
Messages
19
Below is what my tblAdherence looks like in Access:

query-1.jpg


My query returns results like so:

Name | Adherence
Doe, Jon |
Total | 99.02

So when I run my query based off names associated to divisions it only pulls names within that division and should display there total (99.02).
Since the total is actually aligned with Total and not Doe, Jon. My result is not displaying properly, its coming up blank.

can a query associate the 99.02 with Doe, Jon or am i going to need to go a different route
 
Anyone know the SQL i could place in the query to pull 99.02 where name = total?
 

Users who are viewing this thread

Back
Top Bottom