H
hughess7
I have a query in access using the totals row to gain max and last values of
my data. Due to it being a new system we have been going through a data
cleansing exercise and adding old data which was missed. One of the fields is
supposed to identify the last person who visited a dealer, I discovered it
wasn't working as expected when it displayed a person who left the company in
2004 against a 2005 record. It is because an old record had been added and it
was looking direct at the table not using a sort order on date.
I created a new query, sorting on date ascending so the last day appeared at
the bottom of the query results (which I presumed was what 'last' means?) -
based my old query with the last total on this new query but it still reports
the wrong person.
Can anyone shed any light on this and let me know a way round it. Can post
SQL if it helps...
Thanks
Sue
my data. Due to it being a new system we have been going through a data
cleansing exercise and adding old data which was missed. One of the fields is
supposed to identify the last person who visited a dealer, I discovered it
wasn't working as expected when it displayed a person who left the company in
2004 against a 2005 record. It is because an old record had been added and it
was looking direct at the table not using a sort order on date.
I created a new query, sorting on date ascending so the last day appeared at
the bottom of the query results (which I presumed was what 'last' means?) -
based my old query with the last total on this new query but it still reports
the wrong person.
Can anyone shed any light on this and let me know a way round it. Can post
SQL if it helps...
Thanks
Sue