[mso] Re: Selection of records for an Access report
- From: Cathy.Evans@xxxxxxxxx
- To: mso@xxxxxxxxxxxxx
- Date: Tue, 28 Nov 2006 12:30:52 -0500
I solve that issue by creating a form that has unbound start/end dates
where the user puts in the filters wanted, and then the report or query is
based on those fields and can be run right from the form. Then in the
query design grid on the date field I use (replacing with your form/field
names):
Between [Forms]![home]![StartDate] And [Forms]![home]![EndDate]
I'm sure there are other ways, probably more efficient, but this one allows
me to enter the dates one time and run any report or query that uses the
filter. You can place a print or preview report button right on your form
or whatever suits the need.
Pruscoe@xxxxxxx
Sent by:
mso-bounce@freelists.
To
org mso@xxxxxxxxxxxxx
11/27/2006 09:15 PM
cc
Please respond to mso
Subject
[mso] Selection of records
for an Access report
How do I prompt for a range of values to filter an Access report? I can see
where I can insert a filter in the report properties, but I want to be
prompted to enter the information ("Date From," "Date To") at the time I
run the
report.
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, visit the group's homepage and use the
dropdown menu at the top. This will allow you to unsubscribe your email
address or change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
If you are using Outlook and you see a lot of unnecessary code in your
email messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************
-----------------------------------------------------------------------------------------------------
The information transmitted is intended only for the person
or entity to which it is addressed and may contain proprietary,
business-confidential and/or privileged material.
If you are not the intended recipient of this message you
are hereby notified that any use, review, retransmission,
dissemination, distribution, reproduction or any action taken
in reliance upon this message is prohibited. If you received
this in error, please contact the sender and delete the
material from any computer. Any views expressed in this message
are those of the individual sender and may not necessarily reflect
the views of the company.
-------------------------------------------------------------------------------------------------------
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, visit the group's homepage and use the dropdown
menu at the top. This will allow you to unsubscribe your email address or
change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
If you are using Outlook and you see a lot of unnecessary code in your email
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************
- References:
- [mso] Selection of records for an Access report
- From: Pruscoe
Other related posts:
- » [mso] Selection of records for an Access report
- » [mso] Re: Selection of records for an Access report
- » [mso] Re: Selection of records for an Access report
- » [mso] Re: Selection of records for an Access report
- [mso] Selection of records for an Access report
- From: Pruscoe