<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Indiana University: IT Training Tips Blog &#187; Access</title>
	<atom:link href="http://ittrainingtips.iu.edu/category/access/feed" rel="self" type="application/rss+xml" />
	<link>http://ittrainingtips.iu.edu</link>
	<description>Tips and tricks to help you make the most of technology</description>
	<lastBuildDate>Thu, 16 May 2013 16:17:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Access Forms: Always Ready for a New Record</title>
		<link>http://ittrainingtips.iu.edu/access/access-forms-always-ready-for-a-new-record/12/2012</link>
		<comments>http://ittrainingtips.iu.edu/access/access-forms-always-ready-for-a-new-record/12/2012#comments</comments>
		<pubDate>Tue, 04 Dec 2012 16:14:06 +0000</pubDate>
		<dc:creator>Veronica Mount</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=5560</guid>
		<description><![CDATA[A question arose in a recent Access Forms workshop about a form that was being designed to capture information supplied by library patrons. To that point in the workshop, we had created several forms; but in each case when the form was opened we saw record 1 of the data set. We saw that we [...]]]></description>
				<content:encoded><![CDATA[<p>A question arose in a recent Access Forms workshop about a form that was being designed to capture information supplied by library patrons. To that point in the workshop, we had created several forms; but in each case when the form was opened we saw record 1 of the data set. We saw that we could use the New Record icon to set the form fields to blank when we wanted to enter new data. But in this case, the database owner wanted the form to open so that what the user sees immediately is a form with blank fields ready for a new record to be entered. The solution simply involves setting properties of the form as follows:</p>
<ol>
<li>With the Form in Design view or Layout view, open the Property Sheet and be sure you are looking at the properties of the Form</li>
<li>To most easily find the properties you need, choose the Data tab at the top of the Property Sheet</li>
<li>Find the Data Entry property and set it to Yes</li>
<li>Also be sure the Allow Additions property is set to Yes</li>
</ol>
<p><span id="more-5560"></span></p>
<p>To further simplify patron access to the form, the library could also designate this form as the database object users see upon opening the database. This choice can be made in the Access Options window as follows:</p>
<ol>
<li>On the ribbon, click the File tab.</li>
<li>In the File menu, click Options. You will see the Options window. Note that initially it is set to show general options for the installation of Access on that machine.</li>
<li>To see the options available for the open database, in the list at the left side of the window, click Current Database.</li>
<li>In the Current Database options, use the drop-down arrow to change the Display Form setting to the form users will need:</li>
</ol>
<div id="attachment_5562" class="wp-caption alignleft" style="width: 310px"><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2012/12/CurrentDBOptions2.fw_.png"><img class="size-medium wp-image-5562" title="CurrentDBOptions2.fw" src="http://ittrainingtips.iu.edu/wp-content/uploads/2012/12/CurrentDBOptions2.fw_-300x180.png" alt="Current Database options" width="300" height="180" /></a><p class="wp-caption-text">Displaying options for the current database</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Within the Current Database options window are other choices, such as hiding the Navigation Pane and default menus, so that the user is less likely to accidentally interact with the application in an unexpected way. The goal would be to make the interaction as simple and straightforward as possible for the user.</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/access-forms-always-ready-for-a-new-record/12/2012/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Access 2010: Using Option Groups in Forms</title>
		<link>http://ittrainingtips.iu.edu/access/access-2010-using-option-groups-in-forms/11/2012</link>
		<comments>http://ittrainingtips.iu.edu/access/access-2010-using-option-groups-in-forms/11/2012#comments</comments>
		<pubDate>Thu, 08 Nov 2012 14:30:45 +0000</pubDate>
		<dc:creator>Susan Hanns</dc:creator>
				<category><![CDATA[Access]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=5468</guid>
		<description><![CDATA[An option group can be helpful in making Access client forms more user friendly when entering numeric values or yes/no fields. Notice the drop-down list shown here with numeric values that represent various types of customers: Option groups may apply to toggle buttons, checkboxes, or radio buttons and work well if you don’t have a [...]]]></description>
				<content:encoded><![CDATA[<p>An option group can be helpful in making Access client forms more user friendly when entering numeric values or yes/no fields. Notice the drop-down list shown here with numeric values that represent various types of customers:</p>
<p><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2012/11/Form_Customers3.jpg"><img class="alignleft size-full wp-image-5479" title="Form_Customers" src="http://ittrainingtips.iu.edu/wp-content/uploads/2012/11/Form_Customers3.jpg" alt="Drop-down before creating option group" width="630" height="232" /></a></p>
<p><span id="more-5468"></span>Option groups may apply to toggle buttons, checkboxes, or radio buttons and work well if you don’t have a lot of options from which to choose.  In this example, a lookup was previously created to look up the CustType from the CustomerTypes table. Notice that the text values are sorted in ascending order. We will create a mutually exclusive radio button, which will allow you to select only one value at a time for the customer type as you enter new customers into the Customers table.</p>
<p>In Design view, first remove the existing CustType controls. Then select the Option Group control located in the Options group: <a href="http://ittrainingtips.iu.edu/wp-content/uploads/2012/11/OptionGroupControl.jpg"><img class="size-full wp-image-5471 alignnone" title="OptionGroupControl" src="http://ittrainingtips.iu.edu/wp-content/uploads/2012/11/OptionGroupControl.jpg" alt="Option group control" width="38" height="35" /></a></p>
<p>Make sure the Use Control Wizards command is enabled in the Controls group, and a Wizard will begin taking you through the steps in entering the appropriate labels and numeric values. You will want to correctly match up each numeric value with the appropriate label.</p>
<p><strong>Note:</strong> Remember that Option groups can only be bound to numeric or Yes/No fields. When storing values in Yes/No fields, the Yes value should be set to -1 and the No value should be set to 0.</p>
<p>As you progress through the Wizard, follow these steps:</p>
<ol>
<li>Type in the labels for each category (Corporate, Residential, Nonprofit).</li>
<li>Choose whether you want one of the options to be a default choice.</li>
<li>Assign a value to each label – making sure that these values match up correctly with the numeric values in the corresponding <strong>CustType</strong> field (1=Corporate; 2=Residential; 3=Nonprofit).</li>
<li>Store the value in the appropriate field that contains the numeric values. In this case, the field was <strong>CustType</strong>.</li>
<li>Choose the type of control you want – option button, checkbox, or toggle button. The option button is shown below. You may also choose a style.</li>
<li>Give the option group a caption (<strong>Type of Customer</strong>).</li>
<li>Click Finish.</li>
</ol>
<p>(You may want to right-click on the control and set a background or fill color). The final result will look something like this:</p>
<p><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2012/11/OptionGroupControl21.jpg"><img class="alignleft size-full wp-image-5482" title="OptionGroupControl2" src="http://ittrainingtips.iu.edu/wp-content/uploads/2012/11/OptionGroupControl21.jpg" alt="Option group" width="531" height="245" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/access-2010-using-option-groups-in-forms/11/2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it2go Episode 34 &#8211; Access Mailing Labels</title>
		<link>http://ittrainingtips.iu.edu/access/episode-34-access-mailing-labels/02/2012</link>
		<comments>http://ittrainingtips.iu.edu/access/episode-34-access-mailing-labels/02/2012#comments</comments>
		<pubDate>Mon, 13 Feb 2012 18:57:05 +0000</pubDate>
		<dc:creator>Andy Hunsucker</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Podcasting]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=4696</guid>
		<description><![CDATA[On this week&#8217;s episode, we&#8217;re teaching a small section of Access: Reports, discussing creating Mailing Labels. This is a new segment so let us know what you think! it2go &#8211; The IT Training Podcast]]></description>
				<content:encoded><![CDATA[<p>On this week&#8217;s episode, we&#8217;re teaching a small section of Access: Reports, discussing creating Mailing Labels. This is a new segment so let us know what you think!</p>
<p><a title="it2go - IT Training Podcast" href="http://podcast.iu.edu/Portal/PodcastPage.aspx?podid=977675c3-fd9d-4eed-9953-00b6d7ad9aed" target="_blank">it2go &#8211; The IT Training Podcast</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/episode-34-access-mailing-labels/02/2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Data Entry Easier in Access with Lookup Fields</title>
		<link>http://ittrainingtips.iu.edu/access/make-data-entry-easier-in-access-with-lookup-fields/07/2011</link>
		<comments>http://ittrainingtips.iu.edu/access/make-data-entry-easier-in-access-with-lookup-fields/07/2011#comments</comments>
		<pubDate>Thu, 14 Jul 2011 19:45:06 +0000</pubDate>
		<dc:creator>Susan Hanns</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Business & Productivity]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=3692</guid>
		<description><![CDATA[A lookup field can make data entry much simpler and allows the user to choose from a list of values. There are two types of lookup fields: (1) a lookup list pulls data from an existing table or query (based on a one-to-many relationship) and (2) a value list uses a current list of values [...]]]></description>
				<content:encoded><![CDATA[<p>A lookup field can make data entry much simpler and allows the user to choose from a list of values. There are two types of lookup fields: (1) a <strong>lookup list</strong> pulls data from an existing table or query (based on a one-to-many relationship) and (2) a <strong>value list</strong> uses a current list of values that you add when you create the field in a table. In addition, you can store multiple values in a field. Here the focus will be on creating a value list lookup in a table that could look something like this:</p>
<p><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2011/07/drop-downlist.jpg"><img class="alignleft size-full wp-image-3700" title="drop-down list" src="http://ittrainingtips.iu.edu/wp-content/uploads/2011/07/drop-downlist.jpg" alt="" width="101" height="139" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span id="more-3692"></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First you will need to set the data type for the new field, which can be set in Design view by choosing Lookup Wizard or in Datasheet view by choosing Lookup &amp; Relationship. Once you choose the data type, the Lookup Wizard will take you through these steps in creating the list:</p>
<ol>
<li>Choose the option “I will type in the values that I want.” Click Next.</li>
<li>Establish the number of columns that you want for the lookup, and then enter the values that you want in each cell. Click Next.</li>
<li>If you select more than one column, you must tell Access which column to store in the table within the database. Click Next.</li>
<li>Give the column a name or label. You can choose to limit the list to your entries only, and you can choose to store multiple values for this lookup. (For example, a sales rep could be designated to two different regions). If you allow multiple values, then these values must be limited to the list. Click Finish.</li>
</ol>
<p>To modify any of the properties for this lookup field, you can go to Design view and, in the Field Properties pane, activate the Lookup tab. These properties will, in turn, be inherited by the form. By default, this list will be a combo box, which would display as a drop-down list in the form. The list box option would display an open list and would be more appropriate for those lists with just a few values. You can always change a combo box to a list or a text box in the form by right-clicking on the field in Layout View and choosing “Change to” &gt; and then selecting the type of box you want. The data that you enter in a text box or that you select from a combo or list box will automatically populate the underlying table.</p>
<p>Note: If you limit the entries to the list, and the user types a value that is not in the list, an option will become available to allow the list to be edited.</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/make-data-entry-easier-in-access-with-lookup-fields/07/2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing the Ribbon in Microsoft Office</title>
		<link>http://ittrainingtips.iu.edu/access/customizing-the-ribbon-in-microsoft-office/06/2011</link>
		<comments>http://ittrainingtips.iu.edu/access/customizing-the-ribbon-in-microsoft-office/06/2011#comments</comments>
		<pubDate>Mon, 27 Jun 2011 16:37:31 +0000</pubDate>
		<dc:creator>Veronica Mount</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Business & Productivity]]></category>
		<category><![CDATA[Communication Tools]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Desktop Publishing]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=3551</guid>
		<description><![CDATA[Recently I decided to investigate the Camera command in Excel 2010. It provides one possibility for capturing data from various spreadsheets and viewing it all in a single spreadsheet. But before I could play with the camera, I had to find it and display it. In my installation of Excel it was hidden by default. [...]]]></description>
				<content:encoded><![CDATA[<p>Recently I decided to investigate the Camera command in Excel 2010. It provides one possibility for capturing data from various spreadsheets and viewing it all in a single spreadsheet. But before I could play with the camera, I had to find it and display it. In my installation of Excel it was hidden by default.</p>
<p>Customizing the Ribbon is possible from the Options window. Go to the Excel (or other Office 2010 application) Options window by choosing the File tab and clicking Options near the bottom of its menu. At the left side of the Options window, choose the &#8220;Customize the Ribbon&#8221; category. In this window proceed as follows:<span id="more-3551"></span></p>
<div id="attachment_3562" class="wp-caption alignleft" style="width: 574px"><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2011/06/CustomizeRibbon2.png"><img class="size-full wp-image-3562" title="CustomizeRibbon" src="http://ittrainingtips.iu.edu/wp-content/uploads/2011/06/CustomizeRibbon2.png" alt="Customize Ribbon Options" width="564" height="633" /></a><p class="wp-caption-text">Customize Ribbon Options</p></div>
<p>&nbsp;</p>
<p>1. In the Choose commands from field, I clicked the drop down arrow and selected Commands Not in the Ribbon</p>
<p>2. In the list of commands that appeared, I chose Camera.</p>
<p>3. To organize where I wanted it to sit on the Ribbon, I clicked Insert in the window on the right because that is the Ribbon tab where I wanted to locate the command.</p>
<p>4. I then clicked the New Group button at the bottom of that window to create a new group for this command. A group called New Group (Custom) appeared in the list. With that New Group (Custom) item selected, I clicked the Rename button to give it the name of Camera.</p>
<p>With my newly-added Camera group showing in the list under the Insert category, I could then add a command to that group.</p>
<p>Still in the Options window, I followed these steps:</p>
<p>1. I made sure I had the new Camera group selected on the right.</p>
<p>2. I selected the Camera command in the Command list on the left.</p>
<p>3. I clicked the Add button between the two windows to move the command to the prepared location.</p>
<div id="attachment_3554" class="wp-caption alignleft" style="width: 170px"><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2011/06/CameraGroupExpanded1.png"><img class="size-full wp-image-3554" title="CameraGroupExpanded" src="http://ittrainingtips.iu.edu/wp-content/uploads/2011/06/CameraGroupExpanded1.png" alt="Camera Group Expanded" width="160" height="146" /></a><p class="wp-caption-text">Expanded Camera Group in the list of groups on the Insert tab</p></div>
<p>In the right side of the window,  the new Camera group expanded shows the Camera command as the only command in the group.</p>
<p>4. To complete the customization, I clicked OK at the bottom of the Options window.</p>
<div id="attachment_3555" class="wp-caption alignright" style="width: 310px"><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2011/06/NewLookRibbon.png"><img class="size-medium wp-image-3555" title="NewLookRibbon" src="http://ittrainingtips.iu.edu/wp-content/uploads/2011/06/NewLookRibbon-300x90.png" alt="New Look Ribbon" width="300" height="90" /></a><p class="wp-caption-text">Camera available on the Ribbon</p></div>
<p>&nbsp;</p>
<p>Back in the spreadsheet, I wanted to be sure I could use the Camera command so I clicked the Insert tab to see how the new group and command were added:</p>
<p>Oh, and what am I doing with the Camera in Excel? Stay tuned for an upcoming blog and find out!</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/customizing-the-ribbon-in-microsoft-office/06/2011/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Episode 14 &#8211; Access Series</title>
		<link>http://ittrainingtips.iu.edu/access/episode-14-access-series/06/2011</link>
		<comments>http://ittrainingtips.iu.edu/access/episode-14-access-series/06/2011#comments</comments>
		<pubDate>Mon, 06 Jun 2011 18:47:23 +0000</pubDate>
		<dc:creator>Andy Hunsucker</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Podcasting]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=3204</guid>
		<description><![CDATA[The latest episode of the it2go podcast is up! We spend some time talking about the Access series and some of the ways you can use this powerful program. Listen in and use this post to comment! Enjoy! it2go &#8211; The IT Training Podcast]]></description>
				<content:encoded><![CDATA[<p>The latest episode of the it2go podcast is up! We spend some time talking about the Access series and some of the ways you can use this powerful program. Listen in and use this post to comment! Enjoy!</p>
<p><a href="http://podcast.iu.edu/Portal/PodcastPage.aspx?podid=977675c3-fd9d-4eed-9953-00b6d7ad9aed">it2go &#8211; The IT Training Podcast</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/episode-14-access-series/06/2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send Multiple E-mails to an Access or Excel Recipient List</title>
		<link>http://ittrainingtips.iu.edu/access/send-multiple-emails-to-an-access-or-excel-recipient-list/05/2011</link>
		<comments>http://ittrainingtips.iu.edu/access/send-multiple-emails-to-an-access-or-excel-recipient-list/05/2011#comments</comments>
		<pubDate>Tue, 03 May 2011 19:13:28 +0000</pubDate>
		<dc:creator>Susan Hanns</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Business & Productivity]]></category>
		<category><![CDATA[Communication Tools]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=3013</guid>
		<description><![CDATA[You may have a list of business e-mails already created in an Access table or Excel spreadsheet and would like to send a mass mailing using Microsoft Outlook.  Perhaps you would like to invite everyone on your list to a special event, or you would like to let everyone know that you are being promoted [...]]]></description>
				<content:encoded><![CDATA[<p>You may have a list of business e-mails already created in an Access table or Excel spreadsheet and would like to send a mass mailing using Microsoft Outlook.  Perhaps you would like to invite everyone on your list to a special event, or you would like to let everyone know that you are being promoted to a different department in your organization and, therefore, would like to provide different contact information.</p>
<p>If you have an Outlook profile set up on your machine, you can send multiple e-mails quickly to many recipients at once by using Microsoft Word and the Mail Merge feature. If no Outlook profile is set up, then when you try to send the e-mails, you will get a warning stating that no Outlook profile is set up on your machine.</p>
<p>Just follow these steps:</p>
<ol>
<li>Open Microsoft Word.</li>
<li>Click the <strong>Start Mail Merge</strong> button on the Mailings tab of the Ribbon and choose <strong>E-mail Messages</strong> to define the type of mail merge you want to create.</li>
<li>Click <strong>Select Recipients</strong> on the Ribbon.</li>
<li>Choose <strong>Use Existing List</strong>&#8230;</li>
<li>Navigate to the Excel file or Access object that contains the data source with your e-mail addresses.</li>
<li>Click <strong>Edit Recipient List</strong> to choose those records that you want to include in the mailing. Click <strong>OK</strong> when you have chosen the recipients or filtered the list.</li>
<li>Write your e-mail message in the Word document.</li>
<li>To finish the merge, click the <strong>Finish &amp; Merge</strong> button on the Ribbon.</li>
<li>You can either edit or view the individual email messages, or send the e-mail messages directly.</li>
</ol>
<p>If you choose <strong>Send E-mail Messages</strong>, you will get this dialog box:</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_3014" class="wp-caption aligncenter" style="width: 330px;">
<dt class="wp-caption-dt"><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2011/05/MergeEmail.jpg"><img class="size-full wp-image-3014" title="MergeEmail" src="http://ittrainingtips.iu.edu/wp-content/uploads/2011/05/MergeEmail.jpg" alt="Merge to Email dialog box" width="320" height="271" /></a></dt>
</dl>
</div>
<p>In the <strong>To </strong>box, using the drop-down arrow, choose the field in your list that contains the e-mail address. Add a subject line and choose the desired Mail format. Click <strong>OK</strong>, and the messages will be sent immediately.</p>
<p>Keep in mind that if you want any formatting, you must add formatting within the Word main document before completing the merge. You can also personalize the messages (such as adding a first name) by inserting merge fields into the Word document.</p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/send-multiple-emails-to-an-access-or-excel-recipient-list/05/2011/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Access &#8211; Collecting Data by Email</title>
		<link>http://ittrainingtips.iu.edu/access/access-collecting-data-by-email/01/2011</link>
		<comments>http://ittrainingtips.iu.edu/access/access-collecting-data-by-email/01/2011#comments</comments>
		<pubDate>Mon, 10 Jan 2011 13:29:13 +0000</pubDate>
		<dc:creator>Veronica Mount</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Business & Productivity]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=1812</guid>
		<description><![CDATA[Access provides great tools for organizing, searching and analyzing data. But before you can use those great tools, you must first enter the data. In Access 2007, a wizard with the monster-name, “Collect Data Through Email Messages Wizard,” for collecting information by email was introduced.  Two aspects of this process make it particularly attractive: 1)      [...]]]></description>
				<content:encoded><![CDATA[<p>Access provides great tools for organizing, searching and analyzing data. But before you can use those great tools, you must first enter the data. In Access 2007, a wizard with the monster-name, “Collect Data Through Email Messages Wizard,” for collecting information by email was introduced.  Two aspects of this process make it particularly attractive:</p>
<p>1)      You can set the wizard to automatically deliver data from the email replies directly into the appropriate fields of  your database, and</p>
<p>2)      The data is being entered by the primary source of the information – from their keyboard to your table.</p>
<p>This wizard lives – as you might guess &#8211; on the External Data tab of the Ribbon in the Collect Data group. You can start the wizard by first selecting a table or query that holds the fields you want to send out and then clicking the Create E-mail icon.</p>
<p><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2011/01/ribbon.png"><img class="size-full wp-image-1813" title="ribbon" src="http://ittrainingtips.iu.edu/wp-content/uploads/2011/01/ribbon.png" alt="Access Ribbon" width="602" height="120" /></a><span id="more-1812"></span>Some requirements for using this wizard are:</p>
<p>a)      You (the sender) must be using Access 2007 and Outlook 2007 or later. [If both you and the recipients also have InfoPath 2007 or later you can get a little fancier with the form you create. But guessing about the availability of InfoPath for your recipients could be difficult.]</p>
<p>b)      Recipients must have an HTML-supporting email client.</p>
<p>c)       The underlying table or query and the fields to be completed must have no restrictions such as a table that is set as read-only.</p>
<p>d)      Four field data types cannot be filled in this manner: attachment, auto number, OLE, and multi-valued.</p>
<p>e)      If the underlying table(s) have required fields they must be included in the email form.</p>
<p>You can read more about the Collect Data Through E-mail Messages Wizard by searching Access help for “data collection” or “create e-mail.”<span id="_marker"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/access-collecting-data-by-email/01/2011/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Access: Running a Query Using a Filter Dialog Box in a Form</title>
		<link>http://ittrainingtips.iu.edu/access/access-running-a-query-using-a-filter-dialog-box-in-a-form/12/2010</link>
		<comments>http://ittrainingtips.iu.edu/access/access-running-a-query-using-a-filter-dialog-box-in-a-form/12/2010#comments</comments>
		<pubDate>Wed, 15 Dec 2010 17:47:05 +0000</pubDate>
		<dc:creator>Susan Hanns</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Business & Productivity]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=1754</guid>
		<description><![CDATA[Parameter queries are quite handy to use when you know what to type when the prompt appears. However, have you thought how great it would be if you could create a parameter query in Access with a drop-down  list  – with  options from which to choose?  A simple form with a drop-down list, such as [...]]]></description>
				<content:encoded><![CDATA[<p>Parameter queries are quite handy to use when you know what to type when  the prompt appears. However, have you thought how great it would be if you could create a parameter query in Access with a drop-down  list  – with  options from which to choose?  A simple form with a drop-down list, such as the one shown here, allows the user to run a query to view equipment records based on the Manufacturer criteria selected from this drop-down list:</p>
<p style="text-align: left;"><img class="aligncenter" title="dbox_Filter" src="http://ittrainingtips.iu.edu/wp-content/uploads/2010/12/dbox_Filter2-300x205.jpg" alt="Image of Filter Dialog Box" width="300" height="205" /><br/> The best way to create a drop-down list  is to create a simple form with a combo box that can be referenced by the query. The form and the query work together to provide the desired dataset.<span id="more-1754"></span></p>
<p>There are three basic steps that are necessary:</p>
<ul>
<li>Create the form with the combo box(es) that will supply the parameters for the query.</li>
<li>Create the query with an expression that will reference the form.</li>
<li>Add Command Buttons to the form to run the query and to close the form.</li>
</ul>
<h2>Adding a Combo Box to the Form</h2>
<p>Suppose you are tracking equipment inventory, and you would like to view a list of manufacturers and the corresponding equipment along with purchase prices. In a blank form, first you must create a combo box.  It may be easier to use the Combo Box Wizard.</p>
<ol>
<li>Create and save a new blank form in Design view. (You will have more flexibility in Design view).</li>
<li>In the Toolbox, click Combo Box and click in the form where you want it to appear. (Make sure that the Wizard tool is enabled).</li>
<li>On the Combo Box Wizard dialog box, Click “I want the combo box to look up the values in a table or query.” </li>
<li>Click Next.</li>
<li>Choose the primary table on the “one” side of the relationship that contains the unique field values, which you want to filter. Continue through the Combo Box Wizard choosing the appropriate fields, sort options, width of columns, etc. </li>
<li>When finished, view the form. Make size or label name adjustments as necessary.</li>
<li>You may want to change the following Form properties In the Form property sheet:
<ol> Pop Up = “Yes”</ol>
<ol>Border Style = “Dialog” </ol>
<ol>Control Box = “No”</ol>
<ol>Close Button = “No”</ol>
</li>
<li>Give the combo box control a meaningful name, which will be used in the query.</li>
<li>Create additional combo boxes for additional filtering, if desired.</li>
<li>Close the form. (In Form view, you can right-click on the form to close it).</li>
</ol>
<h2>Creating the Query to Reference the Form Control</h2>
<p>Next you must create a query since the query name will have to be referenced within the form. This query is very similar to creating a parameter query, but you will reference the form control instead.</p>
<ol>
<li>Make sure that the one-to-many relationships have been defined between tables. In this example, the Manufacturers and Equipment tables are joined by the Manufacturer field.</li>
<li>Create a query using the fields from appropriate tables that will display the required data.</li>
<li>In Design view, you will need to reference the field that has the drop-down list in the form (in this case, it would be the Manufacturer field). However, instead of using bracketed parameters as you would in a parameter query, you will include the name of the form and the name of the combo box control within brackets as follows:</li>
</ol>
<p style="text-align: center;"><strong>[forms]![FormName]![ComboBoxName]<br /></strong></p>
<p><strong> </strong> <strong> </strong></p>
<ol> </ol>
<p>The query Criteria field in Design view could be structured something like this:</p>
<p><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2010/12/qryManufacturers1.jpg"></a><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2010/12/qryManufacturers2.jpg"><img class="aligncenter size-full wp-image-1787" title="qryManufacturers" src="http://ittrainingtips.iu.edu/wp-content/uploads/2010/12/qryManufacturers2.jpg" alt="Query referencing form" width="592" height="92" /></a></p>
<p>Depending upon the version of Access you are using, Access may prompt you with the correct names for the form references, which is a new feature in Access 2010.  Also, if you wish to use wildcard characters when selecting criteria in the form, so that you may enter a partial text string with an asterisk, then the line should read:</p>
<p style="text-align: center;"><strong>Like [forms]![FormName]![ComboBoxName] &amp; “*”</strong></p>
<p>Save and close the query.</p>
<h2>Adding the  Command Button to Run the Query</h2>
<p>The query should now work when you choose an item from the drop-down list in the form; however, the query will have to be opened manually after you choose an item in the drop-down list in the form. Therefore, you will want to add a command button to the form so that the query will run automatically.</p>
<ol>
<li>Open the form in Design view.</li>
<li>Click the Command Button tool on the Ribbon; then click in the form where you want the command  button to appear. </li>
<li>When the Command Button Wizard opens, choose the Miscellaneous category and the “Run Query” action.</li>
<li>Click Next; choose the query that you created to run when the command button is selected.</li>
<li>Click Next; choose the text or picture for the button.</li>
<li>Click Finish.</li>
<li>Save the form.</li>
<li>Switch to Form view and test the command button.</li>
</ol>
<p>Note: If you leave the query open when changing options in the drop-down box in the form, you will have to keep refreshing the query to see the updated results.  The keyboard shortcut is <strong><em>F5</em></strong> to refresh.</p>
<h2>Adding the Command Button to Close the Form</h2>
<p>Next you will want to add a command button to the form to close the form.</p>
<ol>
<li>Switch to Design view.</li>
<li>Click the Command Button tool on the Ribbon; then click in the form where you want the command button to appear.</li>
<li>When the Command Button Wizard opens, choose the Form Operations category and the “Close Form” action.</li>
<li>Click Next; choose the text or picture for the button.</li>
<li>Click Finish.</li>
<li>Save the form.</li>
<li>Switch to Form view and test the command button.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/access-running-a-query-using-a-filter-dialog-box-in-a-form/12/2010/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Access: Querying for &#8220;Preferred&#8221; Data Given Multiple Choices</title>
		<link>http://ittrainingtips.iu.edu/access/access-querying-for-preferred-data-given-multiple-choices/09/2010</link>
		<comments>http://ittrainingtips.iu.edu/access/access-querying-for-preferred-data-given-multiple-choices/09/2010#comments</comments>
		<pubDate>Fri, 24 Sep 2010 17:25:01 +0000</pubDate>
		<dc:creator>Veronica Mount</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Business & Productivity]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ittrainingtips.iu.edu/?p=1516</guid>
		<description><![CDATA[A friend once presented a challenge with his Access database. A table called tblContacts held information about contacts and included the fields WorkEmail and HomeEmail. Some records had values in both fields, others had values in just one or the other, and some had no values in either field. The user wanted to query the [...]]]></description>
				<content:encoded><![CDATA[<div class="mceTemp">A friend once presented a challenge with his Access database. A table called tblContacts held information about contacts and included the fields WorkEmail and HomeEmail. Some records had values in both fields, others had values in just one or the other, and some had no values in either field. The user wanted to query the table for a list with a name and only one email address for each record. His preference was the work email, but he would use the home email if no work email existed. The table looked something like this:</div>
<div class="mceTemp">
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="160" valign="top">
<p>FName</p>
</td>
<td width="160" valign="top">
<p>LName</p>
</td>
<td width="160" valign="top">
<p>WorkEmail</p>
</td>
<td width="160" valign="top">
<p>HomeEmail</p>
</td>
</tr>
<tr>
<td width="160" valign="top">
<p>Mary</p>
</td>
<td width="160" valign="top">
<p>Jones</p>
</td>
<td width="160" valign="top">
<p>someone@examle.com</p>
</td>
<td width="160" valign="top">
<p>me@example.com</p>
</td>
</tr>
<tr>
<td width="160" valign="top">
<p>Jim</p>
</td>
<td width="160" valign="top">
<p>Smith</p>
</td>
<td width="160" valign="top">
<p>js@example.com</p>
</td>
<td width="160" valign="top"></td>
</tr>
<tr>
<td width="160" valign="top">
<p>Nancy</p>
</td>
<td width="160" valign="top">
<p>Olson</p>
</td>
<td width="160" valign="top"></td>
<td width="160" valign="top">
<p>no@example.com</p>
</td>
</tr>
<tr>
<td width="160" valign="top">
<p>Lee</p>
</td>
<td width="160" valign="top">
<p>Brown</p>
</td>
<td width="160" valign="top"></td>
<td width="160" valign="top"></td>
</tr>
</tbody>
</table>
</div>
<p><span id="more-1516"></span></p>
<p>To get the desired result, we queried the table and included in the design the fields for name. Then we created one more field, called PrefEmail, that would show the contact’s WorkEmail if they had one; or show their HomeEmail if they only had that. Of course, contacts with no email would show nothing in this new field.</p>
<p>The new field required the following formula using nested If statements:</p>
<p class="code">PrefEmail: IIf([tblContacts]![WorkEmail] Is Not Null, [tblContacts]![WorkEmail], IIf([tblContacts]![HomeEmail] Is Not Null, [tblContacts]![HomeEmail],&#8221;"))</p>
<p>The result looked like this:</p>
<p><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2010/09/queryResult.png"></a><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2010/09/queryResult2.png"><img class="alignnone size-medium wp-image-1527" title="queryResult2" src="http://ittrainingtips.iu.edu/wp-content/uploads/2010/09/queryResult2-300x97.png" alt="" width="300" height="97" /></a><a href="http://ittrainingtips.iu.edu/wp-content/uploads/2010/09/table.png"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ittrainingtips.iu.edu/access/access-querying-for-preferred-data-given-multiple-choices/09/2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
