You can use the DMin and DMax functions to determine the minimum and maximum values in a specified set of records (a domain). Use the DMin and DMax functions in a Visual Basic for Applications (VBA) module, a macro, a query expression, or a calculated control. For example, you could use the DMin and DMax functions in calculated controls on a report to display the smallest and largest order amounts for a particular customer. Or you could use the DMin function in a query expression to display all orders with a discount greater than the minimum possible discount. Syntax DMin ( expr , domain [ , criteria ] ) DMax ( expr , domain [ , criteria ] ) The DMin and DMax functions have these arguments: ...