all names not showing

L

linda

I'm trying to run a querie using 2 tables. One table has faculty names
including their budget amount. The second table has expenditures the faculty
have made. Some faculty have no expenditures yet. I want a query with
Faculty, Budget amount, Expenditures, and Balance. When I go for this, it
only gives me the faculty who do have expenditures. How do I get all names
and "0" for expenditures and the balance to equal the orginal budget?
 
J

John Spencer

In your query in design view, double click on the join line and then choose
the option that gives you ALL records in the Faculty table and only those from
the Expenditure table where ...

That should do it unless you are applying criteria against the Expenditure
table. If so, post the SQL of your query for specific suggestions on how to
modify it

(Possibly unneeded instructions follow)
Open the query
Select View:Sql from the Menu
Select all the text
Copy it
Paste it into the message
John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 
L

linda

WOW--it worked!!!!! thank you so much

John Spencer said:
In your query in design view, double click on the join line and then choose
the option that gives you ALL records in the Faculty table and only those from
the Expenditure table where ...

That should do it unless you are applying criteria against the Expenditure
table. If so, post the SQL of your query for specific suggestions on how to
modify it

(Possibly unneeded instructions follow)
Open the query
Select View:Sql from the Menu
Select all the text
Copy it
Paste it into the message
John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 

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

Nz function 2
using two fields 2
1 Report unstead of 7? 1
Report/SELECT DISTINCTROW 1
getting results on separate tabs 1
Annual Roll-Over 7
Adding new records to a subform 1
Query field names 2

Top