display name and use max

C

Cricket

making a sheet for bowling need to find high score, Using max is easy.After
high score need to display bowlers name (same row diffrent column?) Cant get
bowlers name to display??? pls HELP
 
S

Sharkbyte

Try this...

DLookup("[NameField]", "[tblName]", "score = DMax _("[ScoreFieldName]",
"[tblName]"))

Or, get your High Score, set it in a variable and replace the DMax statement
w/ the variable name.

As an aside...My parents knew someone name Cricket, in bowling circles,
married to a man named Pete. Any possibility of being the same person? =)

Hope my response helped.

Sharkbyte
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Drop down list control value in vba 2
bowling scores 2
Select & Max Function Q 3
Mail Merge Help 1
excel worksheet function 0
Descenders clipped 0
cant develop a formula 2
Rank Function 1

Top