Query for report

  • Thread starter Thread starter Intruder via AccessMonster.com
  • Start date Start date
I

Intruder via AccessMonster.com

I have a totals query that pulls out TotDaysVac and SumOfVac. I would only
like to list the days on my report where TotDaysVac-SumOfVac =0 how do I do
this??
 
I have a totals query that pulls out TotDaysVac and SumOfVac. I would only
like to list the days on my report where TotDaysVac-SumOfVac =0 how do I do
this??

Add a new column to your query.
DaysLeft:[TotDaysVac]-[SumOfVac]

as criteria on this column, write:
=0
 

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

Back
Top