When making a query with multiple tables, a column called "Name" is automatically created, containing the table name...
When appending queries, however, it doesn't do this. Is there a way to add a "Name" column to my appended query, so I can see which query the data came from?
My queries (TemplatePerson and TemplatePerson2) are "connection only", as I do not want them to physically reside in my workbook, but "Append1" will be loaded to a new sheet.
When appending queries, however, it doesn't do this. Is there a way to add a "Name" column to my appended query, so I can see which query the data came from?
My queries (TemplatePerson and TemplatePerson2) are "connection only", as I do not want them to physically reside in my workbook, but "Append1" will be loaded to a new sheet.