Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / August 2006

Tip: Looking for answers? Try searching our database.

my first report

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ferde - 02 Aug 2006 15:41 GMT
This is my very first report attempt.  I'm making a report from a query . The
report  lists the dates of an event in one column and the  total time spent
on  each event in another.     I would like the report to give me the total
time spent on each event between 6/1/2006 and 8/1/2006.   Can anyone help me?
BruceM - 02 Aug 2006 16:54 GMT
It's difficult to know your exact needs, but here are a couple of things
that may help.  Open the query in design view.  In the Criteria row in the
date field put something like:

Between [Enter start date] And [Enter end date]

This will let the user choose the date range.  If you want specific dates:

Between #6/1/06# And #8/1/06#

Note that both dates will be included in the resulting set of records.

In a report you can set the Running Sum property of a text box to Over Group
or Over All.  Use the former if you have grouped records in your report.
For instance, you can group by month, then find the time for all records
within that group.  If you need to see the individual time in each record
you can add two text boxes bound to the Time field:  one with Running Sum
set as described, and the other with Running Sum set to No.  These settings
are all on the Property sheet, by the way.  If you don't want to see the
running sum next to each record, you can hide that text box (I'll call it
txtTimeTotal), and put an unbound text box into the report footer, with its
Control Source set to =[txtTimeTotal]

If you need something more specific, you will need to provide more details.
If anything about the description is unclear, post back.

> This is my very first report attempt.  I'm making a report from a query .
> The
[quoted text clipped - 4 lines]
> time spent on each event between 6/1/2006 and 8/1/2006.   Can anyone help
> me?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.