display name and use max

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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

Back
Top