Read our new paper, Microsoft Access Sorting on Multiple Date (or Numeric) Fields with Blank Values.
Learn how to sort on multiple date fields when null values exist by using a calculated field. By using the IIf function with Is Null, you can easily sort to see the most recent (or oldest) records.
We’ve included information on avoiding the IsNull function to maintain SQL Server compatibility. Additional information and examples are provided to show why using the NZ function (NullToZero) is not equivalent and returns the wrong results.
This new paper is part of our Microsoft Access Query Help Center.

We've enhanced our 


The purpose of the SQL UNION query is to combine the results of two or more queries into a single result set. The list contains all the rows belonging to all the queries in the union. This applies to queries in SQL Server or Microsoft Access. A common question is whether to use the UNION or UNION ALL syntax.
Microsoft recently added three of our technical papers to their MSDN (Microsoft Developer Network) web site: