[mso] Re: Selection of records for an Access report
- From: Cathy.Evans@xxxxxxxxx
- To: mso@xxxxxxxxxxxxx
- Date: Wed, 29 Nov 2006 01:00:27 -0500
Good luck, if you get stuck, let us know. The SQL would be something like
below. I'm not up on SQL, but if sometimes toggle between design view and
SQL view, especially if I want to change a table source, I'll copy the SQL,
paste into Word, do a find and replace, then copy/paste it back into SQL
view and saves me lots of time.
SELECT TableName.DateField
FROMTableName
WHERE (((TableName.DateField) Between [Forms]![home]![StartDate] And
[Forms]![home]![EndDate]));
Pruscoe@xxxxxxx
Sent by:
mso-bounce@freelists.
To
org mso@xxxxxxxxxxxxx
11/28/2006 07:07 PM
cc
Please respond to mso
Subject
[mso] Re: Selection of
records for an Access report
I think that will work, Cathy. I'll give it a try (I'm used to SQL, but not
the Access flavor).
*************************************************************
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] Re: 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] Re: Selection of records for an Access report
- From: Pruscoe