Stack ID= bundle of wood
Location = place for wood
Move Date= date stack id was moved
Move Time= time stack id was moved
I have a query that pulls each of these fields(stack id, location, move date, move time) from a table and displays the info into a report. The problem I am having is that if a stack id is moved to two different locations in the same date.. the report shows the stack id in two different locations instead of just the last one. How can I get the report to show the stack id once and in the last location it was?
Location = place for wood
Move Date= date stack id was moved
Move Time= time stack id was moved
I have a query that pulls each of these fields(stack id, location, move date, move time) from a table and displays the info into a report. The problem I am having is that if a stack id is moved to two different locations in the same date.. the report shows the stack id in two different locations instead of just the last one. How can I get the report to show the stack id once and in the last location it was?