Hello
I have 4 fields each with a number between 1-15 in the field.
I would like to create a additional field that tells automatically tells me what the highest number is. I.e. if I entered the numbers
The field names are
[score]
[score1]
[score2]
[score3]
If i.e. entered 6,8, 2, 9
The additional field would generate the number 9 automatically. I have tried using the maximum function but it does not work.
I have entered the following in the control source for the additional field
= Max ( [score] And [score1] And [score2] And [score3])
This generates –1 for some reason, I think I may have incorrect syntax
Any help appreciated
I have 4 fields each with a number between 1-15 in the field.
I would like to create a additional field that tells automatically tells me what the highest number is. I.e. if I entered the numbers
The field names are
[score]
[score1]
[score2]
[score3]
If i.e. entered 6,8, 2, 9
The additional field would generate the number 9 automatically. I have tried using the maximum function but it does not work.
I have entered the following in the control source for the additional field
= Max ( [score] And [score1] And [score2] And [score3])
This generates –1 for some reason, I think I may have incorrect syntax
Any help appreciated