Is there any possible way to do it at all though? I want to be able to sum up
how many total available openings that each school has and show it on my
table. I'd rather have it in my table then a report.
Another totally different question....When I create a query does it automa.
update itself if the main table is updated to fit the criteria of the query?
for instace, In my main table i have a status for each one of my candidate -
Hired or Not Hired. In my query I have it to where it should show all the
persons that are the status=hired. But as time goes on I will change (update)
the status of some to equal to "Hired" and wish for that person to show up in
my query. This should be possible right?
Thanks a bunch! ~Hillary
> It is not correct to put the total in your table! You can display the total
> anytime in a form or report by oputting your formula in the controlsource
[quoted text clipped - 24 lines]
> > Please and Thank you,
> > Hillary
Steve - 13 Jun 2007 15:34 GMT
<< I'd rather have it in my table then a report.>>
No one should EVER be looking at the tables!! You look at your data through
forms and reports. Putting a total in your table is just the wrong thing to
do!!
Part 2 .....
Once again, no one should EVER be looking at the tables!! If you have a form
that displays the data from the query and the criteria is "Hired" for the
Status field, you will get a list of hored employees.
PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
resource@pcdatasheet.com
> Is there any possible way to do it at all though? I want to be able to sum
> up
[quoted text clipped - 47 lines]
>> > Please and Thank you,
>> > Hillary