Can you create a column in a query that will return the greatest value of a group of other columns. For example, you have a record in a table for each machine number and four readings, a total of five fields. For machine #1 you want to know the highest reading. So, the sixth column in your query should contain the greatest value of the previous 4 column values. I am looking for the query expression that will do this. Thanks in advance for your help.