V
Vinny
In Access Visual Basic I am trying to find the max value from a series
of attributes. So, for example, we have field1 with value 5, field2 with
value 3 and field3 with value 1. To me it would sound logical if it
would be something like Max(field1, field2, field3). However the Max
function does not exist in VisualBasic?
of attributes. So, for example, we have field1 with value 5, field2 with
value 3 and field3 with value 1. To me it would sound logical if it
would be something like Max(field1, field2, field3). However the Max
function does not exist in VisualBasic?