I have found that using the function MAX(a,b) causes a "Function name is missing )" error, presumably because the SQL expects to see MAX(fieldname) AS NewField.
I've used IIF(a>b,a,b) to do the same thing, but I would assume MAX(a,b) would be faster. Is there a way to use the MAX(a,b) function in a SQL query?
Thanks,
Stewart
I've used IIF(a>b,a,b) to do the same thing, but I would assume MAX(a,b) would be faster. Is there a way to use the MAX(a,b) function in a SQL query?
Thanks,
Stewart