J
JWCrosby
I have a table (tblTransactions) set up in a one-to-many relationship with
another table (tblHistory).
tblHistory has the following fields:
LinkField (text field that is the link to tblTransactions)
Year (number, e.g., 2007, 2006, 2004, etc.)
Grade (text, e.g., “Sâ€, “Eâ€, “Iâ€, etc.)
Class (text, e.g., “Medâ€, “PPâ€, “P1â€, etc.)
I have a form that displays several fields in tblTransactions. I want to
create a subform that shows only the most recent Year’s data in tblHistory.
Seems the Max function would be needed, but I’m having trouble writing the
query to give me that information and would appreciate any help.
Thanks in advance.
Jerry
another table (tblHistory).
tblHistory has the following fields:
LinkField (text field that is the link to tblTransactions)
Year (number, e.g., 2007, 2006, 2004, etc.)
Grade (text, e.g., “Sâ€, “Eâ€, “Iâ€, etc.)
Class (text, e.g., “Medâ€, “PPâ€, “P1â€, etc.)
I have a form that displays several fields in tblTransactions. I want to
create a subform that shows only the most recent Year’s data in tblHistory.
Seems the Max function would be needed, but I’m having trouble writing the
query to give me that information and would appreciate any help.
Thanks in advance.
Jerry