<?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>Access dashboard</title>
	<atom:link href="http://www.accessdashboards.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.accessdashboards.com</link>
	<description>Dashboard Builder for Microsoft Access</description>
	<lastBuildDate>Thu, 19 Aug 2010 21:56:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create Dials and Speedometer Scorecard</title>
		<link>http://www.accessdashboards.com/create-dials-and-speedometer-scorecard</link>
		<comments>http://www.accessdashboards.com/create-dials-and-speedometer-scorecard#comments</comments>
		<pubDate>Thu, 19 Aug 2010 21:56:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Dashboard]]></category>

		<guid isPermaLink="false">http://www.accessdashboards.com/create-dials-and-speedometer-scorecard</guid>
		<description><![CDATA[In this article we will take an Excel source containing scorecard information and convert into dials and speedometer charts.
We will also create few bar trending charts.
Consider the below sample data
Source File: You can download the excel file here

&#160;
&#160;
&#160;
&#160;
The above excel file tracks few metrics such as safety, quality and revenue. This is just a sample [...]]]></description>
			<content:encoded><![CDATA[<p>In this article we will take an Excel source containing scorecard information and convert into dials and speedometer charts.</p>
<p>We will also create few bar trending charts.</p>
<p>Consider the below sample data</p>
<p><strong>Source File: You can download the excel</strong> file <a href="http://www.infocaptor.com/files/scorecard.xls">here</a></p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-392.jpg"><img height="113" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-392-small.jpg" width="450" align="left" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The above excel file tracks few metrics such as safety, quality and revenue. This is just a sample data and may not make sense in actual world but just imagine a manufacturing company that wants to track its overall safety and quality score and also track its total revenue. Now the company may use its own method at deriving the individual safety and quality scores.</p>
<p>They may have a dedicated team to collect safety violations and product defects and then use some formulae to convert those data into final score for any given month. We are not concerned with any of the methods on how those scores are generated. You are the dashboard person and the company has provided you the metrics by each month and now your job is produce a nice dashboard that shows relevant charts for the given data.</p>
<p>Since the data is tracked for each month, it makes sense to show a line or bar chart trending for the metrics.</p>
<p>Dials and Speedometers are relevant when we need to show performance of a single value. So in this case, since we have 12 month data, how do we show single value on the meter chart?</p>
<p>One solution is to show an &#8216;Average&#8217; value for the safety and Quality metrics or we could show a dial that shows the current month values.</p>
<p>So the GOAL for this exercise is: Show bar chart for Safety trending 12 months and show average and current month value on the dial chart.</p>
<p><strong>Dial chart requirement:</strong> For the dial chart, we are measuring the performance, whether we are on track or missed the goal. In order to achieve that, we create three new columns for safety such as &#8217;safety_bad&#8217;, &#8217;safety_ok&#8217;, safety_good&#8217;. These values need to be decided by the company management. If you are not sure, then look at previous year data and decide what should be good and bad values. The dials are used to guide the company to perform better or atleast improve that portion of the company operation represented by the metric.</p>
<p><img height="232" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-394.jpg" width="473" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First let us create the date hierarchy columns from the Period column. <strong>You need to make sure that the Period column is an actual Excel date column, else the hierarchy will not be generated<img height="293" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-395.jpg" width="429" align="left" /></strong></p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>Right click on the period column, select Create -&gt; Add Year, Quarter, Month columns</p>
<p><img height="317" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-396.jpg" width="645" align="left" /></p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>As you see we added the year and month columns. We may not use all of the above columns but having them ready gives us the option during the chart building.</p>
<p>Now right click on the &#8220;Name&#8221; and select &#8216;Create Chart&#8221;</p>
<p><img height="255" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-397.jpg" width="328" align="left" /></p>
<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><img height="302" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-398.jpg" width="625" align="left" /></p>
<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>&nbsp;</p>
<p>We selected the &#8216;Bar&#8217; chart type</p>
<p>For the x-axis we select the month column and for the y &#8211; axis we select the Safety metric</p>
<p>Next, we click on the &#8220;Create Chart&#8221; button</p>
<p>This action takes us to the below dialog</p>
<p><img height="543" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-399.jpg" width="316" align="left" /></p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We rename the chart to &#8216;Safety&#8217; and then click on &#8216;Fully Apply&#8217;</p>
<p>This action create the below chart (You may need to move the screens and dialog around to see the chart behind)</p>
<p><img height="330" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-400.jpg" width="455" align="left" /></p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>Now having the chart wizard open, we change the selection to &#8216;Dial&#8217; chart</p>
<p>Check the Dial chart options below</p>
<p><img height="295" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-402.jpg" width="614" align="left" /></p>
<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>&nbsp;</p>
<p>We modify the options as below</p>
<ul>
<li>You can type the low and high range values for each range on the dial.</li>
<li>In our case, we have defined the safety bad, ok and good values in our spreadsheet so when our goals change, we just change the spreadsheet and the dials will automatically take care. Also, what if we needed different goals for each month so rather than hard coding the range in the chart, we get them from the excel file</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="301" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-401.jpg" width="620" align="left" /></p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>We first change the label sequence for the &#8220;Region Name&#8221; from &#8220;Bad&#8221; -&gt; &#8220;Warning&#8221; -&gt; to &#8220;Good&#8221;. For the dial chart the labels are not used so make sure that the colors are selected appropriately.</p>
<p><img height="452" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-403.jpg" width="585" align="left" /></p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>You may click on the color icon to change the colors of your choice</p>
<p>Next, we select the range boundary values</p>
<p><img height="122" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-407.jpg" width="290" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The safety_bad value from our spreadsheet represents the lower boundary of our bad region, &#8220;safety_ok&#8221; represents the upper boundary of our bad region, similarly &#8217;safety_ok&#8217; is the lower bound for our &#8216;ok&#8217; region and so on. For the &#8216;Good&#8217; upper bound we simply typed a value but as general practice we should have one more column for the upper bound of the final region. In our case the final region is &#8216;Safety Good&#8217;.</p>
<p>Next, for the pointer value, select the column that you want to show on the dial chart. In our case we select &#8216;Safety&#8217; and aggregation as &#8216;Avg&#8217;</p>
<p><img height="179" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-404.jpg" width="168" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, we click on &#8220;Create chart&#8221;. This action shows the dialog below</p>
<p><img height="678" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-408.jpg" width="483" align="left" /></p>
<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>&nbsp;</p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We change the chart title to &#8216;Average Safety&#8217;</p>
<p>NOTE: remove the double quotes in the SQL statement for the group by. This will cause an error.</p>
<p>Click on &#8216;Fully Apply&#8217;</p>
<p>Here is our final Dial Chart</p>
<p><img height="161" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-409.jpg" width="215" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, create a dial chart to show current month value</p>
<p>We will change some conditions on the main Qlet. Right click on the &#8220;Name&#8221; and select &#8216;Duplicate&#8217;</p>
<p><img height="256" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-410.jpg" width="305" align="left" /></p>
<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>It creates an exact copy of the qlet table. We change the name to &#8216;Current Month&#8217;</p>
<p><img height="146" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-411.jpg" width="200" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Right click on the &#8216;Period&#8217; column and select &#8216;Create&#8217; -&gt; Create Date Filter</p>
<p><img height="315" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-412.jpg" width="387" align="left" /></p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>This action shows a dialog as shown below</p>
<p><img height="232" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-413.jpg" width="535" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First change the operator to &#8216;Between&#8217;</p>
<p>Next select &#8216;First Day of Month&#8217; for the from and &#8216;Last Day of Month&#8217; for the To val.</p>
<p>Click on &#8216;Use This Filter&#8217;</p>
<p>This action applies the filter to the Qlet and it shows only currrent month row</p>
<p><img height="355" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-414.jpg" width="571" align="left" /></p>
<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>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, right click on &#8216;Current Month&#8217; and select &#8216;Create Chart&#8217;</p>
<p>All of the settings remain the same except the &#8216;Aggregation&#8217;, make sure to select &#8216;NONE&#8217;</p>
<p><img height="299" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-415.jpg" width="623" align="left" /></p>
<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>&nbsp;</p>
<p><img height="159" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-416.jpg" width="224" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Once all the three charts are done, we arrange them as below</p>
<p><img height="255" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/08/image-417.jpg" width="1021" align="left" /></p>
<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>Similarly, you may create the charts for &#8220;Quality&#8221; and &#8220;Revenue&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.accessdashboards.com/create-dials-and-speedometer-scorecard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Dashboards on Web</title>
		<link>http://www.accessdashboards.com/access-dashboards-on-web</link>
		<comments>http://www.accessdashboards.com/access-dashboards-on-web#comments</comments>
		<pubDate>Tue, 30 Mar 2010 02:22:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Dashboard]]></category>

		<guid isPermaLink="false">http://www.accessdashboards.com/access-dashboards-on-web</guid>
		<description><![CDATA[Put your Microsoft Access Dashboards on the web.
Convert Access dashboard to PHP based dashboard files so that you can easily share it on the internet or intranet.
Download the web dashboard files

Web Dashboard Documentation

The documentation is a complete printable reference guide for converting desktop to web dashboard and has a reference section for chart properties to [...]]]></description>
			<content:encoded><![CDATA[<p>Put your Microsoft Access Dashboards on the web.</p>
<p>Convert Access dashboard to PHP based dashboard files so that you can easily share it on the internet or intranet.</p>
<p>Download the web dashboard files</p>
<ul>
<li><a href="http://infocaptor.s3.amazonaws.com/webdashboard_reference.pdf">Web Dashboard Documentation</a></li>
</ul>
<p>The documentation is a complete printable reference guide for converting desktop to web dashboard and has a reference section for chart properties to create advanced charts.</p>
<p>Download web dashboard software</p>
<ul>
<li>The link to the web dashboard software is provided within the above documentation link.</li>
<li><a href="https://s3.amazonaws.com/infocaptor/webdashboards.zip">download web dashboard software</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.accessdashboards.com/access-dashboards-on-web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel ODBC &#8211; Access ODBC</title>
		<link>http://www.accessdashboards.com/excel-odbc-access-odbc</link>
		<comments>http://www.accessdashboards.com/excel-odbc-access-odbc#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:54:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Dashboard]]></category>

		<guid isPermaLink="false">http://www.accessdashboards.com/excel-odbc-access-odbc</guid>
		<description><![CDATA[Sometimes, due to some improper setup of Microsoft Excel or incomplete components for Microsoft Office, direct connection to Excel files may not be possible.
This tutorial provides an alternative method to connect to the Excel Files. This method also applies to any new format of Excel Files or Microsoft Access databases (ie. mdb or .accdb)
Steps to [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, due to some improper setup of Microsoft Excel or incomplete components for Microsoft Office, direct connection to Excel files may not be possible.</p>
<p>This tutorial provides an alternative method to connect to the Excel Files. This method also applies to any new format of Excel Files or <strong>Microsoft Access databases (ie. mdb or .accdb)</strong></p>
<p>Steps to Create DSN for ODBC connection</p>
<p>1. Click on the Start menu and click on the Control Panel</p>
<p><img height="230" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-81.jpg" width="647" /></p>
<p>&nbsp;</p>
<p>2. Click on the &#8220;Administrative Tools&#8221;.</p>
<p>NOTE: You may need to &#8220;Switch to Classic View&#8221; in windows Vista or newer version of your windows operating system</p>
<p><img height="331" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-82.jpg" width="623" /></p>
<p>&nbsp;</p>
<p>3. Click on the &#8220;Data Sources (ODBC)&#8221; setup icon</p>
<p><img height="262" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-83.jpg" width="615" /></p>
<p>&nbsp;</p>
<p>4. Click on &#8220;Add&#8221;</p>
<p><img height="383" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-84.jpg" width="508" /></p>
<p>&nbsp;</p>
<p>5. Select .xls, .xlsx .xlsm .xlsb option if you are using the latest Excel version and format of Excel</p>
<p><img height="288" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-85.jpg" width="658" /></p>
<p>6.We will select the normal .XLS version since this northwind.xls file was created using old format</p>
<p><img height="194" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-86.jpg" width="679" /></p>
<p>7. Give a short and simple name to this DSN entry</p>
<p><img height="388" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-87.jpg" width="699" /></p>
<p><img height="238" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-88.jpg" width="429" /></p>
<p>&nbsp;</p>
<p>8. Now select and point this DSN name to the appropriate Excel file</p>
<p><img height="250" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-89.jpg" width="671" /></p>
<p>9. <img height="252" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-90.jpg" width="788" /></p>
<p>10. select the file and click OK. Close all the dialogs.</p>
<p>11. Now go back to InfoCaptor connection wizard</p>
<p><img height="153" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-91.jpg" width="473" /></p>
<p>12. Select the &#8220;ODBC&#8221; option now instead of the &#8220;Excel&#8221; option</p>
<p><img height="243" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-92.jpg" width="521" /></p>
<p>13. Give some simple name to this connection so that InfoCaptor can easily remember it</p>
<p><img height="222" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-93.jpg" width="477" /></p>
<p>14. Type the ODBC name that was defined in the ODBC DSN setup screen previously</p>
<p><img height="366" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-94.jpg" width="517" /></p>
<p>15. <img height="291" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2010/03/image-95.jpg" width="523" /></p>
<p>Click on the Connect button and then you can proceed the remaining of this tutorial after the connection part</p>
<h2><a href="https://s3.amazonaws.com/infocaptor/Dashboard_Tutorial.pdf">Free Dashboard PDF Tutorial</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.accessdashboards.com/excel-odbc-access-odbc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access JDBC read error</title>
		<link>http://www.accessdashboards.com/access-jdbc-read-error</link>
		<comments>http://www.accessdashboards.com/access-jdbc-read-error#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:38:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Dashboard]]></category>

		<guid isPermaLink="false">http://www.accessdashboards.com/access-jdbc-read-error</guid>
		<description><![CDATA[java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on &#8216;table name&#8217;.
First open the file in access, give password, then From Tool-&#62;Security-&#62; User and Group Permissions -&#62; then select the table and for the admin account give it all kind of access. This will solve your access problems.
 
]]></description>
			<content:encoded><![CDATA[<p>java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on &#8216;table name&#8217;.</p>
<p>First open the file in access, give password, then From Tool-&gt;Security-&gt; User and Group Permissions -&gt; then select the table and for the admin account give it all kind of access. This will solve your access problems.</p>
<p><a href="http://getablogger.blogspot.com/2007/06/java-microsoft-access-and-jdbc-and.html#ixzz0h9Tsq8sY"></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.accessdashboards.com/access-jdbc-read-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Access Dashboards to PDF</title>
		<link>http://www.accessdashboards.com/export-access-dashboards-to-pdf</link>
		<comments>http://www.accessdashboards.com/export-access-dashboards-to-pdf#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:13:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Dashboard]]></category>

		<guid isPermaLink="false">http://www.accessdashboards.com/export-excel-dashboards-to-excel</guid>
		<description><![CDATA[Are you using Excel Templates to build your Ms Access Dashboard?
If yes, then how are you distributing the dashboards to your team?
The chances are that you are probably sending the entire bulky Excel file as attachment to your team, right?
Wouldn&#8217;t it be convenient to export the Excel dashboard to PDF and then just email the [...]]]></description>
			<content:encoded><![CDATA[<p>Are you using Excel Templates to build your Ms Access Dashboard?</p>
<p>If yes, then how are you distributing the dashboards to your team?</p>
<p>The chances are that you are probably sending the entire bulky Excel file as attachment to your team, right?</p>
<p>Wouldn&#8217;t it be convenient to export the Excel dashboard to PDF and then just email the PDF?</p>
<p>Here are the steps to build a true Access Based Dashboard that has PDF and HTML export ability.</p>
<p>And the best thing is, you can put it on the webserver and then just provide the Dashboard URL to your team so they can interact with the dashboard in real time.</p>
<p><a href="http://www.accessdashboards.com/access-to-pdf">Export Excel Dashboard to PDF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accessdashboards.com/export-access-dashboards-to-pdf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access to HTML</title>
		<link>http://www.accessdashboards.com/access-to-html</link>
		<comments>http://www.accessdashboards.com/access-to-html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:44:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Dashboard]]></category>
		<category><![CDATA[access 2 html]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[odbc]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.accessdashboards.com/access-to-html</guid>
		<description><![CDATA[Are you looking to convert your Microsoft Access Tables into HTML or a web page document?
In this tutorial, we will walk you through the steps in exporting the Access tables to a browsable HTML document.
Launch Access Dashboard Designer and click on the connect button

In the Driver, pick &#8220;MS Access .mdf.. &#8220;
Click on the &#8220;Access/Excel File&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Are you looking to convert your Microsoft Access Tables into HTML or a web page document?</strong></p>
<p>In this tutorial, we will walk you through the steps in exporting the Access tables to a browsable HTML document.</p>
<p>Launch <strong>Access Dashboard Designer</strong> and click on the connect button</p>
<p><img height="229" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image1.jpg" width="507" /></p>
<p>In the Driver, pick &#8220;MS Access .mdf.. &#8220;</p>
<p>Click on the &#8220;Access/Excel File&#8221; and pick the access .mdb file</p>
<p>Click on &#8220;Connect&#8221;</p>
<p><img height="279" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-14.jpg" width="379" /></p>
<p>Click on the &#8220;New Blank Dashboard&#8221;</p>
<p>Give any descriptive name to the Dashboard</p>
<p>Next, it will show the Query browser and list all the available MS Access tables</p>
<p>Double click on any Table that you wish to export to HTML</p>
<p>Next, click on the alias field to select all the columns (you may select individual columns)</p>
<p><img height="366" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-21.jpg" width="344" /></p>
<p>Click on the &#8220;Create Table&#8221; button</p>
<p><img height="443" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-31.jpg" width="519" /></p>
<p>Click on the &#8220;Tree Browser icon&#8221; in the toolbar</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="394" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-41.jpg" width="496" /></p>
<p>Right click on the node name of the table,</p>
<p>Select &#8216;Export to HTML&#8217;</p>
<p>You may select &#8220;Queried Rows&#8221; or &#8220;All Rows&#8221; to HTML</p>
<p>Queried Rows: Will export whatever you have already queried in the dashboard. This means if you have put a restriction in the Qlet to pull only 100 records then it will export only 100 rows to HTML</p>
<p>All Rows: This will re-query the database and export all rows in the table to HTML</p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-141.jpg"><img height="215" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-14-small.jpg" width="450" /></a></p>
<p>&nbsp;</p>
<p>Here is the HTML output</p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-15.jpg"><img height="329" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-15-small.jpg" width="450" /></a></p>
<p>&nbsp;</p>
<p>You can output multiple tables in the same web page or html document</p>
<p>Goto Menu Create &gt;&gt; Query Builder</p>
<p><img height="155" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-71.jpg" width="260" /></p>
<p>Click on the Reset Button</p>
<p><img height="437" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-81.jpg" width="533" /></p>
<p>Now double click and bring any other tables you may need. Keep repeating the process until you have added all the tables on the dashboard.</p>
<p>Once added, rename the Qlet name by editing its properties (Hint: Right click on the &#8220;Name&#8221; title and select Edit)</p>
<p><img height="100" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-91.jpg" width="297" /></p>
<p>&nbsp;</p>
<p>Right click on Each node in the tree browser and select to include in the report</p>
<p><img height="220" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-101.jpg" width="441" /></p>
<p>&nbsp;</p>
<p>Now right click on the &#8220;Access Dashboard&#8221; node to export all the TAbles to HTML</p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-111.jpg"><img height="166" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-11-small1.jpg" width="450" /></a></p>
<p>This is the HTML output with the table names as bookmarks</p>
<p>&nbsp;</p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-16.jpg"><img height="146" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-16-small.jpg" width="450" /></a></p>
<p>&nbsp;</p>
<p><strong>Changing Colors, Formatting Data</strong></p>
<p>With Access dashboard Designer, you get full control over the formatting options on each individual tables</p>
<p>Right click on the table name and select &#8220;Edit&#8221;</p>
<p><a href="http://www.infocaptor.com/user_help/qlet_properties.htm">http://www.infocaptor.com/user_help/qlet_properties.htm</a></p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-131.jpg"><img height="458" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-13-small1.jpg" width="450" /></a></p>
<p>&nbsp;</p>
<p><strong><a href="http://s3.amazonaws.com/infocaptor/infocaptor_setup.exe">Download Access Dashboards</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accessdashboards.com/access-to-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access to PDF</title>
		<link>http://www.accessdashboards.com/access-to-pdf</link>
		<comments>http://www.accessdashboards.com/access-to-pdf#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Dashboard]]></category>
		<category><![CDATA[access 2 pdf]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[odbc]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.accessdashboards.com/access-to-pdf</guid>
		<description><![CDATA[Are you looking to convert your Microsoft Access Tables into PDF document?
In this tutorial, we will walk you through the steps in exporting the Access tables to a browsable PDF document.
Launch Access Dashboard Designer and click on the connect button

In the Driver, pick &#8220;MS Access .mdf.. &#8220;
Click on the &#8220;Access/Excel File&#8221; and pick the access [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Are you looking to convert your Microsoft Access Tables into PDF document?</strong></p>
<p>In this tutorial, we will walk you through the steps in exporting the Access tables to a browsable PDF document.</p>
<p>Launch <strong>Access Dashboard Designer</strong> and click on the connect button</p>
<p><img height="229" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image.jpg" width="507" /></p>
<p>In the Driver, pick &#8220;MS Access .mdf.. &#8220;</p>
<p>Click on the &#8220;Access/Excel File&#8221; and pick the access .mdb file</p>
<p>Click on &#8220;Connect&#8221;</p>
<p><img height="279" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-1.jpg" width="379" /></p>
<p>Click on the &#8220;New Blank Dashboard&#8221;</p>
<p>Give any descriptive name to the Dashboard</p>
<p>Next, it will show the Query browser and list all the available MS Access tables</p>
<p>Double click on any Table that you wish to export to PDF</p>
<p>Next, click on the alias field to select all the columns (you may select individual columns)</p>
<p><img height="366" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-2.jpg" width="344" /></p>
<p>Click on the &#8220;Create Table&#8221; button</p>
<p><img height="443" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-3.jpg" width="519" /></p>
<p>Click on the &#8220;Tree Browser icon&#8221; in the toolbar</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="394" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-4.jpg" width="496" /></p>
<p>Right click on the node name of the table,</p>
<p>Select &#8216;Export to PDF&#8217;</p>
<p>You may select &#8220;Queried Rows&#8221; or &#8220;All Rows&#8221; to PDF</p>
<p>Queried Rows: Will export whatever you have already queried in the dashboard. This means if you have put a restriction in the Qlet to pull only 100 records then it will export only 100 rows to PDF</p>
<p>All Rows: This will re-query the database and export all rows in the table to PDF</p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-5.jpg"><img height="235" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-5-small.jpg" width="450" /></a></p>
<p>Here is the PDF output</p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-6.jpg"><img height="320" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-6-small.jpg" width="450" /></a></p>
<p>You can output multiple tables in the same pdf</p>
<p>Goto Menu Create &gt;&gt; Query Builder</p>
<p><img height="155" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-7.jpg" width="260" /></p>
<p>Click on the Reset Button</p>
<p><img height="437" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-8.jpg" width="533" /></p>
<p>Now double click and bring any other tables you may need. Keep repeating the process until you have added all the tables on the dashboard.</p>
<p>Once added, rename the Qlet name by editing its properties (Hint: Right click on the &#8220;Name&#8221; title and select Edit)</p>
<p><img height="100" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-9.jpg" width="297" /></p>
<p>&nbsp;</p>
<p>Right click on Each node in the tree browser and select to include in the report</p>
<p><img height="220" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-10.jpg" width="441" /></p>
<p>&nbsp;</p>
<p>Now right click on the &#8220;Access Dashboard&#8221; node to export all the TAbles to PDF</p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-11.jpg"><img height="166" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-11-small.jpg" width="450" /></a></p>
<p>This is the PDF output with the table names as bookmarks</p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-12.jpg"><img height="296" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-12-small.jpg" width="450" /></a></p>
<p>&nbsp;</p>
<p><strong>Changing Colors, Formatting Data</strong></p>
<p>With Access dashboard Designer, you get full control over the formatting options on each individual tables</p>
<p>Right click on the table name and select &#8220;Edit&#8221;</p>
<p><a href="http://www.infocaptor.com/user_help/qlet_properties.htm">http://www.infocaptor.com/user_help/qlet_properties.htm</a></p>
<p><a href="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-13.jpg"><img height="458" alt="Image" src="http://www.accessdashboards.com/wp-content/uploads/2009/09/image-13-small.jpg" width="450" /></a></p>
<p>&nbsp;</p>
<p><strong><a href="http://s3.amazonaws.com/infocaptor/infocaptor_setup.exe">Download Access Dashboards</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accessdashboards.com/access-to-pdf/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MS Access Visual Query Builder</title>
		<link>http://www.accessdashboards.com/ms-access-visual-query-builder</link>
		<comments>http://www.accessdashboards.com/ms-access-visual-query-builder#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:20:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Dashboard]]></category>

		<guid isPermaLink="false">http://www.accessdashboards.com/?p=29</guid>
		<description><![CDATA[Once you launch Access Dashboard Designer, you can click on the connect button.
In this example we are using the northwind sample database

Click on connect
Once connected it will open the Option wizard

Since there is no dashboard open, the &#8220;Build New Query&#8221; is disabled.
Click on the &#8220;New Blank Dashboard&#8221;

Enter some name for the dashboard &#8220;Northwind Dashboard&#8221;
Click OK
This [...]]]></description>
			<content:encoded><![CDATA[<p>Once you launch Access Dashboard Designer, you can click on the connect button.</p>
<p>In this example we are using the northwind sample database</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-1501.png"><img height="198" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-150-small1.png" width="450" /></a></p>
<p>Click on connect</p>
<p>Once connected it will open the Option wizard</p>
<p><img height="289" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-1511.png" width="387" /></p>
<p>Since there is no dashboard open, the &#8220;Build New Query&#8221; is disabled.</p>
<p>Click on the &#8220;New Blank Dashboard&#8221;</p>
<p><img height="133" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3701.jpg" width="427" /></p>
<p>Enter some name for the dashboard &#8220;Northwind Dashboard&#8221;</p>
<p>Click OK</p>
<p>This Action immediately launches the Query Builder interface</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3711.jpg"><img height="376" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-371-small1.jpg" width="450" /></a></p>
<p>Expand the node on the left</p>
<p><img height="350" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3721.jpg" width="394" /></p>
<p>This displays a list of available tables</p>
<p>Double click on any table and it brings the table in the Query Builder window</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3731.jpg"><img height="222" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-373-small1.jpg" width="450" /></a></p>
<p>You can now select columns and join then</p>
<p>To create joins, just drag the mouse on a column in the orders table. Once you see the join link appear you may release the mouse button. Now go to the second table and click on the column to which it needs to be joined.</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3741.jpg"><img height="423" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-374-small1.jpg" width="450" /></a></p>
<p>Click on the SQL tab and you can see the SQL query that is automatically built for you</p>
<p><img height="318" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3751.jpg" width="257" /></p>
<p>Now click on the &#8220;Create Table&#8221; button</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3761.jpg"><img height="315" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-376-small1.jpg" width="450" /></a></p>
<p>This action creates a Qlet and places it in the dashboard</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3771.jpg"><img height="250" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-377-small1.jpg" width="450" /></a></p>
<p>You can now right click on any column and create a drop down parameter</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-378.jpg"><img height="237" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-378-small1.jpg" width="450" /></a></p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-379.jpg"><img height="274" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-379-small1.jpg" width="450" /></a></p>
<p>The parameter now automatically refreshes the qlet when you change the value</p>
]]></content:encoded>
			<wfw:commentRss>http://www.accessdashboards.com/ms-access-visual-query-builder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
