<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : MS Access</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : MS Access]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:59:12 +0000</pubDate>
  <lastBuildDate>Sun, 30 Jul 2006 18:20:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=4649</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[MS Access : Hi,1. As you can see in this sample,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4649&amp;PID=14466&amp;title=ms-access#14466</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4649<br /><strong>Posted:</strong> 30 July 2006 at 6:20pm<br /><br />Hi,<br><br>1. As you can see in this sample, when loading a form, you connect CalendarControl with the MDB file itself:<br><table width="99%"><tr><td><pre class="BBcode"><br>Me.CalendarControl1.SetDataProvider Application.ADOConnectString<br>Me.CalendarControl1.DataProvider.Open<br></pre></td></tr></table><br>Then Calendar uses internal functionality to access tables with data.<br><br>2. Using Calendar's functionality:<br><table width="99%"><tr><td><pre class="BBcode"><br>Dim Events As CalendarEvents<br> Set Events = CalendarControl.DataProvider.RetrieveDayEvents(YourDate)<br></pre></td></tr></table><br><br>3. You can switch views programmatically like:<br><table width="99%"><tr><td><pre class="BBcode"><br>Me.CalendarControl1.ViewType = xtpCalendarWeekView<br></pre></td></tr></table><br>In the sample views are shown as a set of buttons, clicking runs a code above.<br><br>4. Data will be saved automatically to the appropriate tabe (Table <b>Event</b> for appointments). <br><br>Hope this helps.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 30 Jul 2006 18:20:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4649&amp;PID=14466&amp;title=ms-access#14466</guid>
  </item> 
  <item>
   <title><![CDATA[MS Access :  Hi, I checked the calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4649&amp;PID=14349&amp;title=ms-access#14349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 4649<br /><strong>Posted:</strong> 24 July 2006 at 4:16pm<br /><br /><IMG height=17 alt=Cry src="https://forum.codejock.com/smileys/smiley19.gif" width=17 align=absMiddle border="0"><DIV></DIV>Hi,<DIV>I checked the calendar sample (using ms access database), but I did not quite understand it (I am new<IMG height=17 alt=Embarrassed src="https://forum.codejock.com/smileys/smiley9.gif" width=17 align=absMiddle border="0">). </DIV><DIV>So, some help here:</DIV><DIV>1- how to connect the calendar control to database (db1.mdb)?</DIV><DIV>2- how to retrieve the data from a recordset (rstAppointment) for today's date or any date selected by the user.?</DIV><DIV>3- how can I display the result for the the different type of view (week view, workweek view, month view), do I have to use code to do so, or it will be built in?</DIV><DIV>4- how can&nbsp;I save a new data entered by the user to the rstAppointment?</DIV><DIV>Thank you,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 24 Jul 2006 16:16:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4649&amp;PID=14349&amp;title=ms-access#14349</guid>
  </item> 
 </channel>
</rss>