K
knowshowrosegrows
Hi I need help with what I am sure is a simple query.
I have a table = tblCapacity
Fields = Code, EffectiveDate, Capacity.
I need the maximum EffectiveDate and Capacity for each Code.
So the final table would give me:
Code EffDate Capacity
1111 01/01/2001 25
1112 04/01/2003 44
I have a table = tblCapacity
Fields = Code, EffectiveDate, Capacity.
I need the maximum EffectiveDate and Capacity for each Code.
So the final table would give me:
Code EffDate Capacity
1111 01/01/2001 25
1112 04/01/2003 44