Access and SQL

Please write the SQL for these queries. I would like you to give me the Access database with the queries and also the queries on a separate sheet.
  1. Write a SQL query to show fields from two related tables and test for two criteria in an AND relationship.
  2. Write a SQL query to show fields from three related tables and test for a criteria.
  3. Write a SQL query to show fields from four related tables.

Visual Basic files

Write a program to write a file to disk using VB (I strongly recommend using VB6 for this).
Write a program to read the file that you wrote.