M
MJJ
This might be a query problem!
I use a form based on two tables and a query. I cannot
update the form when I use this query but if I take the
query out of the "query", I can update/input.
The query within the query is:
SELECT [Date Played].id, Last([Date Played].[Date Played])
AS [LastOfDate Played1]
FROM [Date Played]
GROUP BY [Date Played].id
ORDER BY [Date Played].id;
This shows me the last date the card was used.
I need to update the form but I also need to get the last
date used. Any sug's?
I use a form based on two tables and a query. I cannot
update the form when I use this query but if I take the
query out of the "query", I can update/input.
The query within the query is:
SELECT [Date Played].id, Last([Date Played].[Date Played])
AS [LastOfDate Played1]
FROM [Date Played]
GROUP BY [Date Played].id
ORDER BY [Date Played].id;
This shows me the last date the card was used.
I need to update the form but I also need to get the last
date used. Any sug's?