Aug 16, 2002 #1 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
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
Aug 16, 2002 #2 danvlas Programmer Jul 30, 2002 2,446 RO Because the function name is Max, not MaxA Dan Upvote 0 Downvote
Aug 16, 2002 Thread starter #3 Nosdron Technical User Aug 14, 2002 27 US There is a MAXA function in the help topics ! The Max function will not work on logical values or text. Upvote 0 Downvote
There is a MAXA function in the help topics ! The Max function will not work on logical values or text.
Aug 16, 2002 #4 danvlas Programmer Jul 30, 2002 2,446 RO There is a MAXA function in Excel. But not in Access (as far as I know). Are you sure ? Dan Upvote 0 Downvote
Aug 16, 2002 Thread starter #5 Nosdron Technical User Aug 14, 2002 27 US 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 ? Upvote 0 Downvote
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 ?
Aug 16, 2002 #6 danvlas Programmer Jul 30, 2002 2,446 RO Max should work. However, if you have text values in the calculated expression, it will evaluate all values as strings. Dan Upvote 0 Downvote
Max should work. However, if you have text values in the calculated expression, it will evaluate all values as strings. Dan