J
Jason B
I have a query that pulls: groupName Where the effective
dates are current (orgin_dt, term_dt). Each group has
multiple rows due to group terminating then going back
into production. So I believe that calls for a subquery.
I was thinking it would be something like this:
SELECT groupName
FROM group
WHERE term_dt =
(SELETCT MAX term_dt
FROM group
WHERE ?)
Am I on the right track? How do you write that in Access
SQL?
Thanks for the help in advance.
dates are current (orgin_dt, term_dt). Each group has
multiple rows due to group terminating then going back
into production. So I believe that calls for a subquery.
I was thinking it would be something like this:
SELECT groupName
FROM group
WHERE term_dt =
(SELETCT MAX term_dt
FROM group
WHERE ?)
Am I on the right track? How do you write that in Access
SQL?
Thanks for the help in advance.