G
Guest
I would like to know if there is a Function i could use in VBA which will
return the largest value from a range of dates, numbers etc. In Oracle there
is a function called GREATEST which has the format
GREATEST(expression1,expression2,expression3...) and will return the largest
value.
Is something similar in Access or will I have to write my own function to do
this
Thanks
return the largest value from a range of dates, numbers etc. In Oracle there
is a function called GREATEST which has the format
GREATEST(expression1,expression2,expression3...) and will return the largest
value.
Is something similar in Access or will I have to write my own function to do
this
Thanks