L
LeLe
I have a table where I enter activities for my fabrics. the fields are:
FabricId, Date, Activity. Activites include: ordered, backordered, received
etc. I want my query to return the most recent activity for a particular
fabric. I have used the Group by feature, and entered Max for the date
field; however, since the activity field is always different, it will not
"group" If I eliminate this field from my query I get the most recent date
entry, but of course can't tell what the activity was. I feel like I should
know how to do this! What am I missing?
FabricId, Date, Activity. Activites include: ordered, backordered, received
etc. I want my query to return the most recent activity for a particular
fabric. I have used the Group by feature, and entered Max for the date
field; however, since the activity field is always different, it will not
"group" If I eliminate this field from my query I get the most recent date
entry, but of course can't tell what the activity was. I feel like I should
know how to do this! What am I missing?