D
David Ball
Hi Forum,
I have a query that returns equipment parts and the ?Arrived on Site? (AOS) dates for these parts.
There is also a column for the equipment number (Code) that each part belongs to. The idea is that when all parts of a piece of equipment have arrived, the equipment is considered to have arrived. This allows for scheduling the assembly of the equipment.
I would like to create a modified version of this query that shows the status of equipment without showing all the parts. I can do this by grouping by the Code column and selecting ?Max? in the Total row of the AOS column (to show the date of the last part received).
The problem is those items of equipment for which some parts have already arrived but some have not.
In these cases my query returns the latest date of the parts that have arrived, giving the false impression that all parts have arrived.
In cases where not all parts have arrived I need the query to show, for that item of equipment, no date in the AOS field.
Can I set my query up to do this? If so, how?
Thanks very much for any help with this.
Dave
I have a query that returns equipment parts and the ?Arrived on Site? (AOS) dates for these parts.
There is also a column for the equipment number (Code) that each part belongs to. The idea is that when all parts of a piece of equipment have arrived, the equipment is considered to have arrived. This allows for scheduling the assembly of the equipment.
I would like to create a modified version of this query that shows the status of equipment without showing all the parts. I can do this by grouping by the Code column and selecting ?Max? in the Total row of the AOS column (to show the date of the last part received).
The problem is those items of equipment for which some parts have already arrived but some have not.
In these cases my query returns the latest date of the parts that have arrived, giving the false impression that all parts have arrived.
In cases where not all parts have arrived I need the query to show, for that item of equipment, no date in the AOS field.
Can I set my query up to do this? If so, how?
Thanks very much for any help with this.
Dave