|
TOP works fine in Access. I am getting a bit confused now so you may have to run your requirements by me again at some point as I have about 101 things going on in my head. (all those split personailities that wont stop talking).
Ellis C Wood BSc Ellwood Web Solutions
T: 01623 459973 -----Original Message-----
But I have no way of knowing how many rounds need to be taken into consideration. Can I pull the top [number] number from a field in access? If not then it’ll have to be done in CF.
I do have MX 6.1
Giles Roadnight http://giles.roadnight.name
-----Original
Message-----
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 |
- Re: [cf-dev] RE: [ cf-dev ] Cached query Allan Cliff - CFUG Spain
- [ cf-dev ] Compilcated SQL query on access Giles Roadnight
- RE: [ cf-dev ] Compilcated SQL query on ... Ellwood
- RE: [ cf-dev ] Compilcated SQL query... Giles Roadnight
- RE: [ cf-dev ] Compilcated SQL q... Ellwood
- [ cf-dev ] Flash the Cache Ellwood
- RE: [ cf-dev ] Flash the Ca... Peter Harrison
- RE: [ cf-dev ] Flash the Ca... Colm Brazel
- RE: [ cf-dev ] Flash the Ca... Colm Brazel
- RE: [ cf-dev ] Compilcated ... Giles Roadnight
- RE: [ cf-dev ] Compilcated ... Ellwood
- RE: [ cf-dev ] Compilcated ... Giles Roadnight
