How to make empty columns in query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!
I´ve neary managed to join 3 queries in a Union query, but one problems
remains.
The amount of columns is different between the 3 tables, and I would
therefore like to add empty columns to 2 of the queries.

How do I do that? I tried just adding without writing anything in them, but
they disappeared when I closed&saved the query.

Thanks!
 
Type in

Null As [ColumnName]

in the Union query where the columns are missing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top