 




<?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>IT Answers &#187; Access 2010</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/access-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 13:05:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Access field set to Scale =2</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-field-set-to-scale-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-field-set-to-scale-2/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 14:51:06 +0000</pubDate>
		<dc:creator>jcurry65</dc:creator>
				<category><![CDATA[Access 2010]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/access-field-set-to-scale-2/</guid>
		<description><![CDATA[New Discussion Post by brubensteintt]]></description>
				<content:encoded><![CDATA[New Discussion Post by brubensteintt]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-field-set-to-scale-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ACCESS 2010 query in CRYSTAL XI</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-2010-query-in-crystal-xi/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-2010-query-in-crystal-xi/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 14:34:00 +0000</pubDate>
		<dc:creator>SQLlions</dc:creator>
				<category><![CDATA[Access 2010]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/access-2010-query-in-crystal-xi/</guid>
		<description><![CDATA[New Answer by SQLlions]]></description>
				<content:encoded><![CDATA[New Answer by SQLlions]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-2010-query-in-crystal-xi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Access 2010 DB Macro that allows a count of a date filter, and an email to be sent</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/microsoft-access-2010-db-macro-that-allows-a-count-of-a-date-filter-and-an-email-to-be-sent/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/microsoft-access-2010-db-macro-that-allows-a-count-of-a-date-filter-and-an-email-to-be-sent/#comments</comments>
		<pubDate>Mon, 18 Jun 2012 23:05:08 +0000</pubDate>
		<dc:creator>Chris311fan</dc:creator>
				<category><![CDATA[Access 2010]]></category>
		<category><![CDATA[Macros]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Outlook 2010]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I was wondering if, within Outlook 2010, is it possible to have a script run that runs the date filter command within Access,displaying the weekly total number of values logged within the Access database. Once it pulls that value, I then would like it to send an email saying the count to a specific [...]]]></description>
				<content:encoded><![CDATA[<p>Hello,</p>
<p>I was wondering if, within Outlook 2010, is it possible to have a script run that runs the date filter command within Access,displaying the weekly total number of values logged within the Access database. Once it pulls that value, I then would like it to send an email saying the count to a specific email address. Is this possible? Thanks!</p>
<p>Chris</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/microsoft-access-2010-db-macro-that-allows-a-count-of-a-date-filter-and-an-email-to-be-sent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto populating fields in Access 2010</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/auto-populating-fields-in-access-2010/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/auto-populating-fields-in-access-2010/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 18:47:51 +0000</pubDate>
		<dc:creator>MWS</dc:creator>
				<category><![CDATA[Access 2010]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have the following tables: Parts(PartID, Description) SecondaryParts (SPartID, Description) The relationship between the table is a 1:M &#8211; One part can have many secondary parts associated with it. I want to create a Form that will allow me to select the PartID and When a PartID is selected, I would like all the SecondaryParts [...]]]></description>
				<content:encoded><![CDATA[<p>I have the following tables: <br/><br/> Parts(PartID, Description) <br/><br/> SecondaryParts (SPartID, Description) <br/><br/> The relationship between the table is a 1:M &#8211; One part can have many secondary parts associated with it.<br/><br/> I want to create a Form that will allow me to select the PartID and When a PartID is selected, I would like all the SecondaryParts that are related to the PartID to automatically populate on the Form.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/auto-populating-fields-in-access-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access 2007 database errors when using Access 2010</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-2007-database-errors-when-using-access-2010/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-2007-database-errors-when-using-access-2010/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 18:03:00 +0000</pubDate>
		<dc:creator>Browntr</dc:creator>
				<category><![CDATA[Access 2007]]></category>
		<category><![CDATA[Access 2010]]></category>
		<category><![CDATA[Access Database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a database built with Access 2007. Some of our customers are upgraded to Access 2010 and cannot open the database anymore. Error is &#8220;The expression On Timer you entered as the event property setting produced the following error: Object or class does not support the set of events&#8221;. Anyone experienced similar problem and [...]]]></description>
				<content:encoded><![CDATA[<p>I have a database built with Access 2007. Some of our customers are upgraded to Access 2010 and cannot open the database anymore. Error is &#8220;The expression On Timer you entered as the event property setting produced the following error: Object or class does not support the set of events&#8221;. Anyone experienced similar problem and was able to solve?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-2007-database-errors-when-using-access-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Access 2010 database query</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/2010-access-dtb-query/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/2010-access-dtb-query/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 17:11:16 +0000</pubDate>
		<dc:creator>Katie</dc:creator>
				<category><![CDATA[Access 2010]]></category>
		<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Database Attachments]]></category>
		<category><![CDATA[Access query]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am new to Access and am having some trouble writing a query, for an absentee database. I only have two tables, one for the roster and the other with the absentee logs. The Roster table only has employee name, badge number, and shift. The Attendance Log table has the date of occurrence, the employee [...]]]></description>
				<content:encoded><![CDATA[<p>I am new to Access and am having some trouble writing a query, for an absentee database. I only have two tables, one for the roster and the other with the absentee logs. The Roster table only has employee name, badge number, and shift. The Attendance Log table has the date of occurrence, the employee badge number, points accumulated (either 0.5 or 1), reason, and comments. Apart from the point values I would like to add the disciplinary level, which is as such,• Level 1 &#8211; Oral Warning (2 points within thirty (30) days) • Level 2 &#8211; Written Warning (1 point within thirty (30) days of Step 1) • Level 3 &#8211; Three (3) Day Suspension (1 point within thirty (30) days of Step 2) • Level 4 &#8211; Dismissal (1 point within thirty (30) days of Step 3) But also, 30 days goes by and no point has occurred than it reverts back to the previous level. I would like to write a query that calculates and assigns the disciplinary levels, but am not sure how to go about it. I need someone to point me in the right direction. Hoping help is out there, Katie<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/2010-access-dtb-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access 2010 macros</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-2010-macros/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-2010-macros/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 19:14:42 +0000</pubDate>
		<dc:creator>Danna</dc:creator>
				<category><![CDATA[Access 2010]]></category>
		<category><![CDATA[Access macros]]></category>
		<category><![CDATA[Access query]]></category>
		<category><![CDATA[IIF function]]></category>
		<category><![CDATA[IIF statement]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a macro that 1)starts with a make-table query, 2)opens a report based on the new table, then 3)runs an If statement stating IF [Reports]![Reject Report]!=&#8221;NO&#8221; THEN EmailDatabaseObject called &#8220;Reject Report&#8221;. . . My problem is that after the macro completes it locks the table that was made earlier and I cannot run the [...]]]></description>
				<content:encoded><![CDATA[<p>I have a macro that 1)starts with a make-table query, 2)opens a report based on the new table, then 3)runs an If statement stating IF [Reports]![Reject Report]!=&#8221;NO&#8221; THEN EmailDatabaseObject called &#8220;Reject Report&#8221;. . . My problem is that after the macro completes it locks the table that was made earlier and I cannot run the macro again unless I close the entire database and reload it. (I get a error message saying that the table is locked by another user. Please wait until the other user closes out of the program and try again; or something like that.) There is no one using the database during these tests so I have no idea why the table is staying locked. Do you have any ideas on how to modify the macro to allow it to run consistantly?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-2010-macros/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Problem with Access 2010 and Adobe PDF creating a file.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problem-with-access-2010-and-adobe-pdf-creating-a-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/problem-with-access-2010-and-adobe-pdf-creating-a-file/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 18:31:59 +0000</pubDate>
		<dc:creator>DPaxton</dc:creator>
				<category><![CDATA[Access 2010]]></category>
		<category><![CDATA[Adobe Acrobat 9 Pro]]></category>
		<category><![CDATA[Adobe Acrobat Pro 9.0]]></category>
		<category><![CDATA[PDF Files]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to create a PDF file from within Access 2010. I just converted from Windows XP running Access 2003. Now I am on Windows 7 with Access 2010. The following work on 2003 but the PDF creations doesn’t on 2010. Private Sub PrintInvoiceWithForm_Click() On Error GoTo Err_PrintInvoiceWithForm_Click Dim stDocName As String stDocName = [...]]]></description>
				<content:encoded><![CDATA[<p>I am trying to create a PDF file from within Access 2010. I just converted from Windows XP running Access 2003. Now I am on Windows 7 with Access 2010. The following work on 2003 but the PDF creations doesn’t on 2010. Private Sub PrintInvoiceWithForm_Click() On Error GoTo Err_PrintInvoiceWithForm_Click Dim stDocName As String stDocName = &#8220;rptCustomerInvoiceWithForm&#8221; DoCmd.OpenReport stDocName, acNormal DoCmd.OpenReport stDocName, acNormal stDocName = &#8220;rptTermsOfSale&#8221; DoCmd.OpenReport stDocName, acNormal stDocName = &#8220;rptCustomerDeliveryWithForm&#8221; DoCmd.OpenReport stDocName, acNormal stDocName = &#8220;rptCustomerPackingWithForm&#8221; DoCmd.OpenReport stDocName, acNormal stDocName = &#8220;rptCustomerInvoiceWithFormPDF&#8221; DoCmd.OpenReport stDocName, acNormal (This is what does not work now) Exit_PrintInvoiceWithForm_Click: Exit Sub Err_PrintInvoiceWithForm_Click: MsgBox Err.Description Resume Exit_PrintInvoiceWithForm_Click The report has the printer setup for Adobe PDF. If I try using the print process form an open report within Access it works to create a PDF file. Any suggestion would be appreciated.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/problem-with-access-2010-and-adobe-pdf-creating-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I keep the original value of a field in Access 2010?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-keep-the-original-value-of-a-field/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-keep-the-original-value-of-a-field/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 00:28:46 +0000</pubDate>
		<dc:creator>Vostro123</dc:creator>
				<category><![CDATA[Access 2010]]></category>
		<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access forms]]></category>
		<category><![CDATA[Access Forms Database]]></category>
		<category><![CDATA[office 2010]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I have an inventory with varying prices (which may change weekly).  I need to compare the current price with the original price. However, I only want the users to input one price value in a form.  I&#8217;ve tried to do this with a datamacro and the &#8220;old&#8221; command, but every time i update the [...]]]></description>
				<content:encoded><![CDATA[<p>Hello, <br/><br/> I have an inventory with varying prices (which may change weekly).<br/><br/>  I need to compare the current price with the original price. <br/><br/> However, I only want the users to input one price value in a form.<br/><br/>  I&#8217;ve tried to do this with a datamacro and the &#8220;old&#8221; command, but every time i update the field it updates to the previous price not the origninal one. Any help is appreciated!<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-keep-the-original-value-of-a-field/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/30 queries in 0.040 seconds using memcached
Object Caching 826/975 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 13:09:20 -->