Limiting records

Wi Tawhai

New Member
Joined
May 26, 2003
Messages
1
I am using Access 97. Situation:In a fishing competition, Man A catches 5 different types of fish a,b,c,d,e,f weighing 10.9,8,7,6,5kg each. Man B catches 6 different types of fish a,b,e,f,g,h weighing 10,8,7,6,5,4Kgs each. Unfortunately the rules state that each angler can only register 4 different types of fish. The anglers obviously will have registered the 4 heaviest fish they have caught.
Question: How can I get access to only register the 4 heaviest fish per angler? ope someone can help. I have built this database using basic access commands and not by using SQL language.
Thanks
Wi
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
You will need to use either SQL or a query to retrieve the information. Have a look at the TOP function in help.That should get you what you want.
 
Upvote 0

Forum statistics

Threads
1,221,544
Messages
6,160,431
Members
451,646
Latest member
mmix803

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top