A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Get Report to show only records in certain date range



 
 
Thread Tools Display Modes
  #1  
Old July 13th, 2007, 01:58 AM posted to microsoft.public.access.reports
JudyB
external usenet poster
 
Posts: 46
Default Get Report to show only records in certain date range

I have a report titled "Closed Jobs". I would like for the user to be able
to type in a date range and see only the closed jobs on the report. I do not
know what code is required to accomplish this task or where to put the code.
Can you provide any assistance. Help is greatly appreciated. I am new to
Access.
--
JudyB
  #2  
Old July 13th, 2007, 02:25 AM posted to microsoft.public.access.reports
Allen Browne
external usenet poster
 
Posts: 11,706
Default Get Report to show only records in certain date range

In your table, do you have a Date/Time field to record the date when the job
was closed?

If so, see:
Limiting a Report to a Date Range
at:
http://allenbrowne.com/casu-08.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"JudyB" wrote in message
...
I have a report titled "Closed Jobs". I would like for the user to be able
to type in a date range and see only the closed jobs on the report. I do
not
know what code is required to accomplish this task or where to put the
code.
Can you provide any assistance. Help is greatly appreciated. I am new to
Access.
--
JudyB


  #3  
Old July 13th, 2007, 02:33 AM posted to microsoft.public.access.reports
Steve[_10_]
external usenet poster
 
Posts: 608
Default Get Report to show only records in certain date range

Presumably you have a jobs table and one of the fields is DateClosed. Create
a query based on this table. Put the following expression in the criteria of
the DateClosed field:
Between [Enter Start Date] And [Enter End Date]

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications





"JudyB" wrote in message
...
I have a report titled "Closed Jobs". I would like for the user to be able
to type in a date range and see only the closed jobs on the report. I do
not
know what code is required to accomplish this task or where to put the
code.
Can you provide any assistance. Help is greatly appreciated. I am new to
Access.
--
JudyB



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:47 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.