473,807 Members | 2,820 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reports by choosing date

My database has the data from events that happened in several dates
this is different event happening in the same day. this database manage
a Help Desk where calls happened often.

how to create a report that allows the user pick or select a specific
date to print?

ex. I want to print all the events that happend on 08/17-2006, but
later I want to print a report of all the events that happend on August
15 2006.

again, thank you guys!..

Aug 17 '06 #1
4 1372
One way is to create an unbound form with two textboxes formatted as
dates and then
build your filter in the click event of a button and then open the
report, passing the filter you just built in the Open event.

Aug 17 '06 #2
On 17 Aug 2006 07:37:30 -0700, pe******@gmail. com wrote:
My database has the data from events that happened in several dates
this is different event happening in the same day. this database manage
a Help Desk where calls happened often.

how to create a report that allows the user pick or select a specific
date to print?

ex. I want to print all the events that happend on 08/17-2006, but
later I want to print a report of all the events that happend on August
15 2006.

again, thank you guys!..
Create a query that will become the record source for the report.
On the DateField's criteria line, write:
[Enter Date]

The query will prompt for the wanted date.

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Aug 17 '06 #3
Fred right to the point, thanks a lot.
Question: Can I modify this prompt? I mean like add a label for Input
Date? like: remember to use the format: MM/DD/YYYY

thanks again,

fredg wrote:
On 17 Aug 2006 07:37:30 -0700, pe******@gmail. com wrote:
My database has the data from events that happened in several dates
this is different event happening in the same day. this database manage
a Help Desk where calls happened often.

how to create a report that allows the user pick or select a specific
date to print?

ex. I want to print all the events that happend on 08/17-2006, but
later I want to print a report of all the events that happend on August
15 2006.

again, thank you guys!..

Create a query that will become the record source for the report.
On the DateField's criteria line, write:
[Enter Date]

The query will prompt for the wanted date.

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Aug 21 '06 #4
On 21 Aug 2006 06:48:13 -0700, pe******@gmail. com wrote:
Fred right to the point, thanks a lot.
Question: Can I modify this prompt? I mean like add a label for Input
Date? like: remember to use the format: MM/DD/YYYY

thanks again,

fredg wrote:
>On 17 Aug 2006 07:37:30 -0700, pe******@gmail. com wrote:
>>My database has the data from events that happened in several dates
this is different event happening in the same day. this database manage
a Help Desk where calls happened often.

how to create a report that allows the user pick or select a specific
date to print?

ex. I want to print all the events that happend on 08/17-2006, but
later I want to print a report of all the events that happend on August
15 2006.

again, thank you guys!..

Create a query that will become the record source for the report.
On the DateField's criteria line, write:
[Enter Date]

The query will prompt for the wanted date.

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
You can add any text you like... as long as it is inside the brackets:
[Enter Date: Use mm/dd/yyyy format]
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Aug 21 '06 #5

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

Similar topics

11
9620
by: Jean de Largentaye | last post by:
Hi, I need to parse a subset of C (a header file), and generate some unit tests for the functions listed in it. I thus need to parse the code, then rewrite function calls with wrong parameters. What I call "shaking the broken tree" :) I chose to make my UT-generator in Python 2.4. However, I am now encountering problems in choosing the right parser for the job. I struggle in choosing between the inappropriate, the out-of-date, the...
3
23639
by: thefirstwml | last post by:
I am using Visual Studio.NET 2002 Professional and am attempting to create a report on Crystal Reports for .NET. I know that Crystal Reports can group on anything, and when I add multiple groups, the groups are childs of the first group. i.e. Group 1 Group 2
7
1638
by: SharkSYA | last post by:
After canvassing ideas it appears that the way I need to do it is not possible.There are 126 rooms, more to be added, and it needs to print a report or reports showing 76 days of bookings. There are two queries involved: Here's the code(Thanks Bob Q!) SELECT Calendar.Date, Bookings.room FROM Calendar, Bookings
2
1624
by: Rene | last post by:
I have a master "attendance" report that also has two "attendance" sub-reports...each collecting data from a different group...and totaling those present at the end. I chose sub-reports because of the way they needed the data displayed. When printing this report, they wanted an option to select by date. The sub-reports are linked to the master by this "date" field.
1
2921
by: longtim | last post by:
I have been having endless difficulty creating reports/queries that set any relevent parameters from controls in forms. I am creating an application under access 2003 but will target access 2000. The access file is in access 2000 format. I have a form that will hold the relevent parameters for the query/report that reports the statistics for all job records that match a certain criteria. These are: - A Customer Name.
1
1177
by: Martin Kilgore | last post by:
I bought the standard version of Visual C# last year and I am starting to work with it. The book I am using says it should have crystal reports in it but when I go to add a new item there is no crystal reports template in the add new item gizmo. Did I install it improperly or do I have a stripped down version? How can I make reports? I read somewhere about using the GDI. Is that feasible? I don't want to shell out bigbucks
6
4169
by: Blaine Manyluk | last post by:
I have a very unusual request. I need to be able to generate reports and save them as TIF files, with full programmatic control. The application will provide the filenames. Each page of the report will be saved as a seperate file. All the user should have to do is press a button to generate the TIFs, without having to "touch the meat" of viewing the report, choosing a file path/name, answering prompts, etc.
3
4364
by: evenlater | last post by:
I have an Access application on a terminal server. Sometimes my users need to export reports to pdf, rtf or xls files and save them to their own client device hard drives. They can do that right now the way I have this set up, but it's confusing and slow. When they browse for a place to save the reports, they see all of the drives on the terminal server as well as their own client drives. So they're likely to want to choose "My...
1
4747
by: annemariearmour | last post by:
I am using Crystal reports version 11.2 to create reports. The data source is SQL Server, and I am using views rather than reporting directly from tables. I apply selection criteria to the incoming records at record level and at group level. For example, I may select all bill lines with a receipt date within a certain date range. This results in a list of bill lines within that date range. The records are grouped and values on the records...
0
9720
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9599
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10626
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10112
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9193
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5685
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.