hey john
i have about 30 tables i need data from!
4 coloumns that are the same in all them
name, date, time, id
So my union query will retrieve these 4 coloums great
But what i also want to do is get 5 different coloumns from table 1 that do
not exist in table 2.
I am getting an error that reads "the number of columns in the two selected
tables of a union query do not match"
Is there a command or way to get around this?
I need these extra fields.
Let me know if you understand
thanks