The creation and customization of database applications using Microsoft Access
Hi,
How do you create a UNION query without using SQL or the SQL view? ;-)
Sure, you can also create the necessary/missing columns in the design window by writing sth like this in empty columns of the query grid:
myText: Null
or
myNumber: Null
or
myDate: Null
Where Null would be that you don't want to have a value in non existing field cases. You could also state a value of a fitting type instead of the Null.
Servus
Karl