Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAXA Function

Status
Not open for further replies.

Nosdron

Technical User
Aug 14, 2002
27
US
On a form I want to read a maximum value from a calculated field eg Length. So = MAXA ([Length],0). This gives me a #Name error though ? Why?

Angela
 
There is a MAXA function in the help topics ! The Max function will not work on logical values or text.
 
There is a MAXA function in Excel. But not in Access (as far as I know).

Are you sure ?

Dan
 
It was on the access help ? But maybe I am mistaken. I take it you cant use a MAX function on a calculated field then ?
 
Max should work. However, if you have text values in the calculated expression, it will evaluate all values as strings.

Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top