J
Jasmine
I have a parent table and a child table.
The child table has multiple dates, I would like to create a query
that has selects the highest date in the child table so I can act upon
the highest date.
I built a query but could't quite figure out how to accomplish this
I know you can use Max() function.
The Child table has the following fields
ID
CASEID
CHNGDTE
=====================
The parent Table has ( Among other fields )
ID
CASEID
Hope someone can help me
The child table has multiple dates, I would like to create a query
that has selects the highest date in the child table so I can act upon
the highest date.
I built a query but could't quite figure out how to accomplish this
I know you can use Max() function.
The Child table has the following fields
ID
CASEID
CHNGDTE
=====================
The parent Table has ( Among other fields )
ID
CASEID
Hope someone can help me