<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017949" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017949</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/access-and-date-ranges#comment-1105193</link>
    <description> &lt;p&gt;I think that&#039;s going to do it.  I have to change the formatting a little so it will do a between statement for each result instead of one day but I think I can handle that.  Thank you.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Mar 2002 18:02:00 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1105193 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/access-and-date-ranges#comment-1105179</link>
    <description> &lt;p&gt;Sorry about that, try this:&lt;/p&gt;
&lt;p&gt;IIf(Day(Now()) &amp;gt; 27, Month(Now()) &amp;amp; &quot;/27/&quot; &amp;amp; Year(Now()), Month(DateAdd(&quot;m&quot;,-1,Now())) &amp;amp; &quot;/27/&quot; &amp;amp; Year(Now()))&lt;/p&gt;
&lt;p&gt;I don&#039;t have a lot of experience using functions in Access but that should work.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Mar 2002 16:42:03 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1105179 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/access-and-date-ranges#comment-1105080</link>
    <description> &lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;I know that is the correct way to do it in ASP but I have to have this date manipulation done in access before bringing into the ASP application.&lt;/p&gt;
&lt;p&gt;Do you know how I would write this in Access?  I can&#039;t set variables in Access or I would follow the same basic idea you suggested.&lt;/p&gt;
&lt;p&gt;Thanks for any help.&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Mar 2002 21:24:25 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1105080 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/access-and-date-ranges#comment-1105060</link>
    <description> &lt;p&gt;I&#039;m not sure exactly what you need but this will give you the right starting date, if you need the end date then just add one more variable to hold it.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;strCurrentMonth = Now()&lt;br /&gt;strPreviousMonth = DateAdd(&amp;quot;m&amp;quot;,-1,strCurrentMonth)&lt;br /&gt;	&lt;br /&gt;If Day(strCurrentMonth) &amp;gt; 27 Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strUseMonth = Month(strCurrentMonth) &amp;amp; &amp;quot;/27/&amp;quot; &amp;amp; Year(strCurrentMonth)&lt;br /&gt;Else &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strUseMonth = Month(strPreviousMonth) &amp;amp; &amp;quot;/27/&amp;quot; &amp;amp; Year(strPreviousMonth)&lt;br /&gt;End If&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Mar 2002 17:03:59 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1105060 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
