 




<?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 Database Format</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/access-database-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 09:10:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>MS Access 2007 Date Query Question</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-2007-date-query-question/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-2007-date-query-question/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 15:17:10 +0000</pubDate>
		<dc:creator>Smidkiff</dc:creator>
				<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Database Format]]></category>
		<category><![CDATA[Access query]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[My question is 2 parts: 1) I need to build a query that will look for dates in a date field that are &#62;= 4 1/2 years from a date specified by the user. For example, if the user enters Sep 2011 the query would return all records in the database that are 4 1/2 [...]]]></description>
				<content:encoded><![CDATA[<p>My question is 2 parts:<br/><br/> 1) I need to build a query that will look for dates in a date field that are &gt;= 4 1/2 years from a date specified by the user. For example, if the user enters Sep 2011 the query would return all records in the database that are 4 1/2 years older than the specified date (i.e. Mar 2007). There is another date field if the record meets the query criteria but the 2nd date field is populated then the record will not be returned.<br/><br/> 2) How do I format the input request from the user to ensure Access understands what to compare with the Inv_Date field?<br/><br/> The query results would be in a new colum title Investigation Due.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-2007-date-query-question/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Get the latest unique entries for user ID in Access database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/get-the-latest-unique-entries/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/get-the-latest-unique-entries/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 15:46:51 +0000</pubDate>
		<dc:creator>Steveo225</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Database Format]]></category>
		<category><![CDATA[Access Tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a database with a table that lists message entries. Each entry has an autonumber field ID, and a UID field that groups messages. My question is, how can I get the latest entry for each UID? Example Table: ID UID Message 1  1     Some Text 2  2     More Text 3  1     [...]]]></description>
				<content:encoded><![CDATA[<p>I have a database with a table that lists message entries. Each entry has an autonumber field ID, and a UID field that groups messages.</p>
<p>My question is, how can I get the latest entry for each UID?</p>
<p>Example Table:<br />
ID UID Message<br />
1  1     Some Text<br />
2  2     More Text<br />
3  1     Message response to ID=1<br />
4  1     Another response to ID=1<br />
5  2     Response to ID=2</p>
<p>Desired Result:<br />
ID UID Message<br />
5  2     Response to ID=2<br />
4  1     Another response to ID=1</p>
<p>Thanks!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/get-the-latest-unique-entries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Find Due Date From X months in Access 2007</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/find-due-date-from-x-months/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/find-due-date-from-x-months/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 17:35:19 +0000</pubDate>
		<dc:creator>Desnyder2001</dc:creator>
				<category><![CDATA[Access 2007]]></category>
		<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Database Design]]></category>
		<category><![CDATA[Access Database Format]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a database that has several different training topics each that a due at different intervals. I have a date completed field [Date completed] and reoccurs every x months [recurrence] and then the next due date [due date]. How do I get my database to calculate and store the next due date? Please use [...]]]></description>
				<content:encoded><![CDATA[<p>I have a database that has several different training topics each that a due at different intervals. <br/><br/> I have a date completed field [Date completed] and reoccurs every x months [recurrence] and then the next due date [due date]. <br/><br/> How do I get my database to calculate and store the next due date? Please use (For dummies) explanation.<br/><br/> Date_Completed  = Date Field Recurrence          = TXT Field Due_Date            = Date Field<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/find-due-date-from-x-months/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Trying to learn &#8211; How to filter dates&#8230;</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/trying-to-learn-how-to-filter-dates/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/trying-to-learn-how-to-filter-dates/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:27:23 +0000</pubDate>
		<dc:creator>Beginner09</dc:creator>
				<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Database Filters]]></category>
		<category><![CDATA[Access Database Format]]></category>
		<category><![CDATA[Microsoft Access]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a DB that lists a date in each column, so that when I run a simple query I can pull up only the dates that I need. I have tried (filtering by exculding dates not needed) but now my DB is too big to spend the time going through each date, to only [...]]]></description>
				<content:encoded><![CDATA[<p>I have a DB that lists a date in each column, so that when I run a simple query I can pull up only the dates that I need. I have tried (filtering by exculding dates not needed) but now my DB is too big to spend the time going through each date, to only get current dates needed. I need to know a way to run a simple query to pull up curtain dates in one query. Not sure hot to do it, I am new to access and have learning as I go, so any help will do. Thank you.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/trying-to-learn-how-to-filter-dates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Database Access 2007</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-access-2007/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/database-access-2007/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 19:25:30 +0000</pubDate>
		<dc:creator>Ld2331</dc:creator>
				<category><![CDATA[Access 2007]]></category>
		<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Database Design]]></category>
		<category><![CDATA[Access Database Format]]></category>
		<category><![CDATA[Microsoft Access]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have created a database and created a query with some fields from my main table. Now I would like to add more fields but I can&#8217;t any hint? When I go into my design mode those new fields do not apper?]]></description>
				<content:encoded><![CDATA[<p>Hi, I have created a database and created a query with some fields from my main table. Now I would like to add more fields but I can&#8217;t any hint? </p>
<p>When I go into my design mode those new fields do not apper?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/database-access-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vertical text in MS Access 2003 report</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vertical-text-in-ms-access-2003-report/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/vertical-text-in-ms-access-2003-report/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 21:09:37 +0000</pubDate>
		<dc:creator>Carey</dc:creator>
				<category><![CDATA[Access 2003]]></category>
		<category><![CDATA[Access Database Format]]></category>
		<category><![CDATA[Microsoft Access]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m trying to create report headings that are perpendicular to the data fields. I have lots of fields with numbers and the headings fit on the page if they print at a 90 angle &#8212; on a slant would be nice too. When I make a label (or text box) and change the properties to [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m trying to create report headings that are perpendicular to the data fields.  I have lots of fields with numbers and the headings fit on the page if they print at a 90 angle &#8212; on a slant would be nice too.  When I make a label (or text box) and change the properties to &#8216;Vertical = yes&#8217; the words disappear.   TIA</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/vertical-text-in-ms-access-2003-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Database &#8211; Colorize one word or letter</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-database-colorize-one-word-or-letter/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-database-colorize-one-word-or-letter/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 17:25:37 +0000</pubDate>
		<dc:creator>BethG</dc:creator>
				<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Database Format]]></category>
		<category><![CDATA[Microsoft Access]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How do I colorize one character in a field in a table? I want the letter &#8220;O&#8221; to be in red for one customer and blue for another customer in the same column but different rows.]]></description>
				<content:encoded><![CDATA[<p>How do I colorize one character in a field in a table?  I want the letter &#8220;O&#8221; to be in red for one customer and blue for another customer in the same column but different rows.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-database-colorize-one-word-or-letter/feed/</wfw:commentRss>
		<slash:comments>0</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/22 queries in 0.024 seconds using memcached
Object Caching 714/794 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 11:28:42 -->