Jump to content

This topic is 8739 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I have 3 relational databases

1.for employee data, 2. for courses taken by each employee, and 3. for course identification (course name and hours).

I am able to calculate the total hours for each employee in 2. courses taken by employees database by creating a summary report. My problem is that sometimes I need to conduct a query on staff that has taken more than or less than a specific number of hours.

I have been running a complete report for all personnel in a specific department with all the totals for each one. Then I manually find the people with totals over 25 hrs. This is a very time consuming process. There must be some other way to do this. Thank you in advance for your suggestions.

Posted

You can set up a new calculated field with the GetSummary() function using the same criteria that you use for your summary field/report. Then search this field values >25.

This topic is 8739 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.