|
Correct. But do the query of query inside access. Not CF unless you are using the latest version but even then it is best to get the DB to do what it does best.
Ellis C Wood BSc Ellwood Web Solutions
T: 01623 459973 -----Original Message-----
So I save the query in access and access it like any other table?
Sounds good but the top 5 of 6 thing may change i.e 21 out of 29 is another option.
I suppose I could do a query to get the top 21 then do a query of a query or something like that.
Giles Roadnight http://giles.roadnight.name
-----Original
Message-----
Best to do this in views in access. i.e. create a query for the sum
select top 5 points from driverpoints where driverid = d.id
then join this with the driver table and run the query from that. It is all possible, just takes a bit of planning and is guaranteed to change once the client sees what is possible.
Ellis C Wood BSc Ellwood Web Solutions
T: 01623 459973 -----Original
Message-----
I have a meetings table, a drivers table and a drivers points table. Each driver has points for each meeting. For a series the total points are the best 5 out of 6 scores that a driver has got.
Is it possible to write a query to do this in access?
Something like:
Select sum(select top 5 points from driverpoints where driverid = d.id) as total, driver.drivername From driver d Order by total
I’d test this but I don’t actually have the tables or data yet. I am certain the above won’t work though as you can’t selects with a select statement in access (can you?).
Is there another way of doing this?
Thanks
Giles Roadnight http://giles.roadnight.name |
- [ cf-dev ] Cached query Allan Cliff - CFUG Spain
- RE: [ cf-dev ] Cached query Robertson-Ravo, Neil (RX)
- Re: [cf-dev] RE: [ cf-dev ] Cached quer... Allan Cliff - CFUG Spain
- [ cf-dev ] Compilcated SQL query on... Giles Roadnight
- RE: [ cf-dev ] Compilcated SQL ... Ellwood
- RE: [ cf-dev ] Compilcated... Giles Roadnight
- [ cf-dev ] Flash the C... Ellwood
- [ cf-dev ] Flash t... Ellwood
- RE: [ cf-dev ] Fla... Peter Harrison
- RE: [ cf-dev ] Fla... Colm Brazel
- RE: [ cf-dev ] Fla... Colm Brazel
- RE: [ cf-dev ] Com... Giles Roadnight
- RE: [ cf-dev ] Com... Ellwood
- RE: [ cf-dev ] Com... Giles Roadnight
