R
Robert
There is a database that forms a 1:M relationship for Equipment and Lease
Details. In the Lease entity, it keeps the history of the leasee and expiry
date.
I have created an aggregate function to select the Equipment Details with
the latest Lease Date (By using MAX function).
However, I link the Equipment and Lease tables to the Access Front End and
add the aforementioned query as well. I find that the query result is not
editable (I believe that it is because it is the result of aggregate
function). However, end user wants to edit the query result. Is there any
better way to handle it ?
Thanks
Details. In the Lease entity, it keeps the history of the leasee and expiry
date.
I have created an aggregate function to select the Equipment Details with
the latest Lease Date (By using MAX function).
However, I link the Equipment and Lease tables to the Access Front End and
add the aforementioned query as well. I find that the query result is not
editable (I believe that it is because it is the result of aggregate
function). However, end user wants to edit the query result. Is there any
better way to handle it ?
Thanks