Code for union query

X

Xina5280

Hello, I am working on a union query and I am not sure if I need to learn vba
or sql?
 
K

Klatuu

SQL
You can open the VB Editor, click on Help, select Jet SQL reference, Data
Manipulation Language and look for the Union operator. It will explain it
there.
 
L

Linq Adams via AccessMonster.com

And since you're just starting down this road, be aware that a Union query is
always Read-Only!
 
Top