Here is the SQL View. Thanks!

G

Golfinray

SELECT [Districts 2006 2007].DISTRICT, [06-07 Project Table].[School Name],
[06-07 Project Table].[Project Description], Transitional.[Project
Description], AFIRP.[Project Description]
FROM (([Districts 2006 2007] INNER JOIN [06-07 Project Table] ON [Districts
2006 2007].[LEA new] = [06-07 Project Table].[District LEA]) INNER JOIN
Transitional ON [06-07 Project Table].[District LEA] = Transitional.LEA)
INNER JOIN AFIRP ON Transitional.LEA = AFIRP.LEA
ORDER BY [Districts 2006 2007].DISTRICT;
 

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

Similar Threads

sql query won't work 3
Count(*) 1
Query help please! 2
Not quite sure what to do 4
JOIN Query very slow 4
What wrong here? Me or access? 2
Foreign charset showing up unexpectedly 5
DateDiff Select Statement 1

Top