Im importing data relating to staff hours and staff miles.
These are then put on a PO for invoicing on two seperate lines.
This means each member of staff can appear on my data twice. I only want to see their name once (if they have a related record within the criteria then the name displays).
I could simply filter by "hours" as you should assume that if anyones done some miles then they have done some hours. But on the off chance someones claiming for a previous week then I dont want to limit the results.
I have a few ideas how to do this via update querys but im wondering if this can be done at the query level (select Query). any help appreciated.