davesmith202
Employee of Access World
- Local time
- Today, 02:18
- Joined
- Jul 20, 2001
- Messages
- 522
I have 3 fields: EventID, Selection, LatestTaken, Odds - all sorted in that order in Query1.
Then, I have a totals query called Query2. This is based on Query1. It contains EventID (Group By), Selection (Group BY), LatestTaken (First), Odds (First).
Am I correct in thinking that this will produce a dataset showing:
Grouped by EventID, then grouped by Selection, then showing the first value of LatestTaken in Query1 and then the first value of Odds from Query1?
For some reason, it seems to group EventID fine, group Selection fine, FirstOfLatestTaken (which is a date) is incorrect. Does First or Last not work with dates?
Thanks,
Dave
Then, I have a totals query called Query2. This is based on Query1. It contains EventID (Group By), Selection (Group BY), LatestTaken (First), Odds (First).
Am I correct in thinking that this will produce a dataset showing:
Grouped by EventID, then grouped by Selection, then showing the first value of LatestTaken in Query1 and then the first value of Odds from Query1?
For some reason, it seems to group EventID fine, group Selection fine, FirstOfLatestTaken (which is a date) is incorrect. Does First or Last not work with dates?
Thanks,
Dave