I would like to find the largest value for each row in a query. I have a query with several fields, each field has an expression that produces an integer. Max and DMax seem to pertain to the values in a single field; I need to evaluate values from multiple fields in a single row. I keep seeing 'range' mentioned but I have yet to see any examples of evaluating a series of data like 'col1;col2;col3' or anything remotely similar. Does anyone know how to accomplish what I want in an Access query? Thanks.