J
John
I have reviewed the other posting on this subject and tried to apply the
solutions as suggested but I am not getting the results I need.
I have a table of projects (t_PEPs) with pkey field PEPID and a table of
updates (t_Updates). Users provide monthly updates to the projects. They
select the PEPID as well as enter status information. This information is
stored in the t_Updates.
I need to create a report that will return each project and the most recent
update information for that project using the "UpdateDate" field. The
specific fields contained in t_Update that I want to appear in the report
include: Update_LSOStatus, Update_LLNSStatus, and UpdateRemedy
I've tried the "Top 1" method in queries and the Max function in a query and
the DMAX in reports. The Top1 query returns only the most recent update
regardless of the PEPID. The Max continues to return all updates for a
project and the DMAX function returns #Error.
Thanks in advance
solutions as suggested but I am not getting the results I need.
I have a table of projects (t_PEPs) with pkey field PEPID and a table of
updates (t_Updates). Users provide monthly updates to the projects. They
select the PEPID as well as enter status information. This information is
stored in the t_Updates.
I need to create a report that will return each project and the most recent
update information for that project using the "UpdateDate" field. The
specific fields contained in t_Update that I want to appear in the report
include: Update_LSOStatus, Update_LLNSStatus, and UpdateRemedy
I've tried the "Top 1" method in queries and the Max function in a query and
the DMAX in reports. The Top1 query returns only the most recent update
regardless of the PEPID. The Max continues to return all updates for a
project and the DMAX function returns #Error.
Thanks in advance