Export 3 queries into 1 text file

  • Thread starter Thread starter Lilliana
  • Start date Start date
L

Lilliana

Hi
I'm struggling with an assignment. I have an Access database with 3 tables
already present. Using Access queries I have to extract certain data from
all 3 tables and then export the data to a txt file, and then import into
Excel. 2 of the tables have a one to many relationship, but no relationship
with the 3rd table. All fields are the same in each table apart from one
extra in one of the tables.
Can anybody help? Hopefully this makes sense to somebody
 
Try and create an append query to get the data from the 3 tables into 1 new
table, then export that table as a .txt file. From thata point it is simply a
mater of importing the .txt file into Excel.
 
Back
Top