473,396 Members | 1,871 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Help with Reporting

ED
I am currently developing a database that will spit out job completion
stats each day of a given month. I have a table that has lists the
number 1 through 31. I am using this as a static table. I have a
query that for a given employee lists # of jobs completed, hours
worked and other information for everyday of the month. If there is
no data I have the day set to 0. I am trying to format this query
into a report that would look like the following
This would be grouped by employee
1 2 3 4 . . .31 (Days always static)
Regular Hrs 8 7
OT Hrs 0 2
Total Jobs Completed 22 18
ETC

I am having trouble creating this report. I know that this might not
be enough information but I am looking for any ideas on how to
accomplish this.

Thanks
Nov 13 '05 #1
1 1317
Ed,

Forget the table with the numbers 1 to 31; it's going to give you lots of
trouble!

Develop a query that gives you Reg Hrs, OT, Total Jobs Completed and etc for
each employee for each date. You need to add to the query a calculated field for
Month and a calculated field for year:
WorkYear:Year([WorkDate])
WorkMonth:Month([WorkDate])
Put the following expression in the WorkYear field's criteria:
[Enter Year]
Put the following expression in the WorkMonth field's criteria:
[Enter Month]
Add another calculated field to the query:
ColumnHeading:Format([WorkDate],"mmdd")

Change the query to a crosstab query. Follow the wizard's directions.

Create your report from the crosstab query.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
re******@pcdatasheet.com
www.pcdatasheet.com
"ED" <da******@hotmail.com> wrote in message
news:ad**************************@posting.google.c om...
I am currently developing a database that will spit out job completion
stats each day of a given month. I have a table that has lists the
number 1 through 31. I am using this as a static table. I have a
query that for a given employee lists # of jobs completed, hours
worked and other information for everyday of the month. If there is
no data I have the day set to 0. I am trying to format this query
into a report that would look like the following
This would be grouped by employee
1 2 3 4 . . .31 (Days always static)
Regular Hrs 8 7
OT Hrs 0 2
Total Jobs Completed 22 18
ETC

I am having trouble creating this report. I know that this might not
be enough information but I am looking for any ideas on how to
accomplish this.

Thanks

Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: CrystalDBA | last post by:
I am using SQL Server 2000. I need to query my database for all the contracts that came in during a certain time frame (user is prompted for reportingperiodid). Table - Periods Fields -...
5
by: yoelgold | last post by:
hi can someone please tell me what "document.MM_sr" is. I tried searching for a explanation on the web but cant find anything. What does MM_sr represent? and where can i get documentation on it. ...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
6
by: Ken Varn | last post by:
I am trying to remote debug a C# application but the debugger is reporting the following exception: An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown Module....
3
by: jez123456 | last post by:
Hi My users, use ms access for querying and reporting on a backend database, however they need to replace ms access with a new reporting tool. I’m thinking of developing my own reporting...
8
by: Woody Splawn | last post by:
I am asking this question here because I asked this question in the Reporting Services Newsgroup and did not get an answer. Does anyone know if Reporting Services is intended to work in a...
2
by: -D- | last post by:
I'm taking my first stab at using xml, so please bear with my novice questions and understanding of xml. I'm trying to create an xml file that holds all my website navigation. If I understand...
0
by: YellowFin Announcements | last post by:
Whitepaper: "Yellowfin Reporting" enables Embedded Business Intelligence -------------------------------------------------------------------------------- Embedded reports are a standard...
0
by: Nanker | last post by:
I would like to integrate Reporting Services reports into an existing email messaging framework using .NET 1.1 (both to leverage the existing framework and since the error reporting by Reporting...
0
by: Phils | last post by:
Hello guys; I i have just found the solution to my problem but would like to full understand the solution so would be great full if you could enlighten me. OUR Set-up
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.