Union Query Simple Example

 

 

Open Email Using SendObject Access Download

User Inactivity Logout VBA Code

Disable Shift Key Demo

Send Email Microsoft Access Tutorial Download (Advanced)

Sequential Counter in Query

Multi Select List Box Query Parameters

Row Level Data Security

Programming MS AccessSecurity Alternative

Single User Inventory Calculations Download

How To PerformMulti-User Inventory Calculations

Make Dependent Combo Box Code MS Access Tutorial

Union Query Example (Simple)

Union Query (Advanced) Access Tutorial

How ToFill Fields From Combo Box

Use Global Variables as Parameters

Continuous Form Dependent Combo Box

How To Program Continuous-Continuous Master/Detail Forms

Access Bar Chart / Bar Graph

Programming Crosstab Query Example

TransferText & OutputTo Microsoft Access

DoCmd.OpenForm & OpenArgs VBA Example

Running Sum Query Method

Choose Command Dynamic SQL Order By

Access Conditional Format

Access Report Banding

Popup Form Control Method
Access Union Code

OurUnion Query Example demonstrates a method used to add additional choices to drop down lists such as New or All.Using the New choice in a combo box makes the user interface a little more user friendly.  This feature can be combined with the standard not in list event handler for adding new items to the list.  This is perhaps the simplest of union queries.

Generally union queries are used to bring together records from different data tables.  The fields in the tables do not need to be of the same data type but you must have the same number of fields selected from each table.  You can use the SQL union command to bring data together from many tables, not just two.

Click here to download the Microsoft Access Union Query programming example.

 

Microsoft Office VBA, MS Access 2003, 2007, 2010, 2013, 2016