<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with 2003</title>
      <link>http://ask.metafilter.com/tags/2003</link>
      <description>Questions tagged with '2003' at Ask MetaFilter.</description>
	  <pubDate>Tue, 20 Oct 2009 02:21:16 -0800</pubDate> <lastBuildDate>Tue, 20 Oct 2009 02:21:16 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How to set Excel2003 to automaticall include file name and path on printed spreadsheets</title>
	<link>http://ask.metafilter.com/135912/How%2Dto%2Dset%2DExcel2003%2Dto%2Dautomaticall%2Dinclude%2Dfile%2Dname%2Dand%2Dpath%2Don%2Dprinted%2Dspreadsheets</link>	
	<description>How can I set up Excel 2003 to automatically include the file name and path on every spreadsheet when printed? I have been tasked with figuring this out and setting it up every computer in the office (as the only person here who doesn&apos;t poke the actual screen when asked to press &apos;start&apos;, I am the default IT guru - yes, it&apos;s that bad).&lt;br&gt;
Anyway, I used &lt;a href=&quot;http://www.mrexcel.com/articles/event-macro-to-change-excel-header.php&quot;&gt;this tutorial&lt;/a&gt; to figure out how to do this using a macro, and it works great - but I have to go in and add the code to every spreadsheet, which is a pain, and which I doubt my coworkers would be willing or able to do. What I need is a way to set the default template to automatically include the file name and path on every spreadsheet without the user having to do anything or even think about it. I would prefer it be in the footer so that it only shows on printed copies, as per the above tutorial, and not included in an actual cell, but at this point I will take what I can get.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135912</guid>
	<pubDate>Tue, 20 Oct 2009 02:21:16 -0800</pubDate>
	<category>2003</category>
	<category>Default</category>
	<category>Excel</category>
	<category>Filename</category>
	<category>Macro</category>
	<category>Path</category>
	<dc:creator>Wroksie</dc:creator>
	</item>
	<item>
	<title>Oil: More than Strategic and Corporate Interests</title>
	<link>http://ask.metafilter.com/132950/Oil%2DMore%2Dthan%2DStrategic%2Dand%2DCorporate%2DInterests</link>	
	<description>Please help me understand the role of oil in the motivations for the 2003 Iraq invasion. It&apos;s generally well known now that oil played some role in the US invasion of Iraq. I have been reading a lot on this subject, and when I get passed the superficial &quot;the war was all about oil&quot; type statements, I find the subject to be very complex, incorporating history, economics, regional politics, etc. I was reading an article titled &lt;a href=&quot;http://www.lrb.co.uk/v27/n08/reto01_.html&quot;&gt;Blood for Oil?&lt;/a&gt; linked in a comment on the blue, and I was trying to understand what the thesis of the article was when it said this:&lt;br&gt;
&lt;br&gt;
&lt;em&gt;American empire cannot forgo oil &#8211; its control is a geopolitical priority &#8211; but strategic and corporate oil interests cannot, in themselves, credibly account for an imperial mission of the sort we have witnessed over the last two years. Rather, what the Iraq adventure represents is less a war for oil than a radical, punitive restructuring of the conditions necessary for expanded profitability &#8211; it paves the way, in short, for new rounds of American-led dispossession and capital accumulation...It was intended as the prototype of a new form of military neo-liberalism&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
What, in laymans terms, is this saying? How did invading Iraq &quot;restructure&quot; the conditions necessary for &quot;expanded profitability&quot;? Who&apos;s making the profit? How does such a theory take into account the blowback from the invasion, such as the world getting pissed of at the percieved imperialistic aggression of America? Given that this was written 2005, has anything changed/been validated/disproved since then (oil contracts etc.)?&lt;br&gt;
&lt;br&gt;
I know that is a lot of questions, but I guess overall I am just looking for help in understanding the complex role oil played. Additional or competing in depth analysis on the role of oil in the invasion (going past &quot;strategic and corporate oil interests&quot;) would be much appreciated. Thank you hivemind.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132950</guid>
	<pubDate>Tue, 15 Sep 2009 18:02:49 -0800</pubDate>
	<category>2003</category>
	<category>bloodforoil</category>
	<category>blowback</category>
	<category>bush</category>
	<category>invasion</category>
	<category>iraq</category>
	<category>militaryneoliberalism</category>
	<category>oil</category>
	<dc:creator>atmosphere</dc:creator>
	</item>
	<item>
	<title>Access Denied.</title>
	<link>http://ask.metafilter.com/130624/Access%2DDenied</link>	
	<description>Access 2003 transfer text method oddity: Why is the character &quot;#&quot; being replaced with &quot;.&quot; in my column heading? I am finishing a data-export widget which takes a set of records and writes them out to a date-and-time-stamped filenamed text file. I am using Access 2003. Everything is working swimmingly except one thing.&lt;br&gt;
&lt;br&gt;
I am using the TransferText method within a VBA routine to export the output of a query.&lt;br&gt;
&lt;br&gt;
The third-party-provided export schema specifies that the first column name is to be &quot;Foo #&quot;, where &apos;Foo&apos; is not the actual word in the column name.&lt;br&gt;
&lt;br&gt;
On export, the file writes as I wish it to with one exception. The &quot;Foo #&quot; header has automagically transformed into &quot;Foo .&quot;&lt;br&gt;
&lt;br&gt;
Searching MSDN for instances of &quot;#&quot; or &quot;.&quot; is a hopeless endeavor as I am sure you will appreciate. Any insights? &lt;br&gt;
&lt;br&gt;
I have tried escaping the &quot;#&quot; in various ways. I have not yet tried entering it via code. I am off to research using character codes and escaping data in and out of Access and will check back here near the end of my workday, about three hours from now.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130624</guid>
	<pubDate>Wed, 19 Aug 2009 13:20:27 -0800</pubDate>
	<category>2003</category>
	<category>Access</category>
	<dc:creator>mwhybark</dc:creator>
	</item>
	<item>
	<title>How do I enable print layout when opening attached .docs in Outlook 2003?</title>
	<link>http://ask.metafilter.com/128925/How%2Ddo%2DI%2Denable%2Dprint%2Dlayout%2Dwhen%2Dopening%2Dattached%2Ddocs%2Din%2DOutlook%2D2003</link>	
	<description>Outlook 2003 user here-- is there a way to open .doc attachments in print layout, instead of (what I consider useless) reading layout?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128925</guid>
	<pubDate>Fri, 31 Jul 2009 08:51:39 -0800</pubDate>
	<category>2003</category>
	<category>e-mail</category>
	<category>outlook</category>
	<dc:creator>stevedee</dc:creator>
	</item>
	<item>
	<title>How can I help my coworkers create XML documents to store metadata?</title>
	<link>http://ask.metafilter.com/120701/How%2Dcan%2DI%2Dhelp%2Dmy%2Dcoworkers%2Dcreate%2DXML%2Ddocuments%2Dto%2Dstore%2Dmetadata</link>	
	<description>Generating XML documents help?  I work with the county health department, and have been asked to come up with a way to create, store and manipulate metadata for various datasets we store internally on a network drive. Basically I think the simplest thing to do is to create an xml file stored in the same directory with any dataset. Preferably I can do this with infopath 2003 or free software, and using the &lt;a href=&quot;http://dublincore.org/&quot;&gt;Dublin Core&lt;/a&gt; standard for metadata.  I&apos;ve seen the 5 year old answers on Dublin Core Metadata from &lt;a href=&quot;http://ask.metafilter.com/5326/Whats-the-best-way-to-store-Dublin-Core-metadata&quot;&gt;this Ask&lt;/a&gt;, but I need to let my coworkers create the data first, and that mostly covers storage/database solutions.  Looking through various DC list archives hasn&apos;t been helpful. I realize that having an xml file for each dataset may make it hard to actually search and manipulate the data, but at least we&apos;d be storing it somewhere in a standard form. &lt;br&gt;
&lt;br&gt;
We have Office 2003 on all the relevant machines, to the best of my knowledge, and I think Infopath 2003 should be able to create forms which create xml compliant with dublin core (either simple or qualified, preferably the later).  It would be rather difficult to have our IT department  roll out any sort of complex IT solution or have a server setup with the authority I have.  I could however use some sort of database file stored on the network drive.&lt;br&gt;
&lt;br&gt;
I&apos;d really prefer to have forms or generate the XML programatically, rather then having them hand edit a template or something.  The idea is to make storing the data as smooth as possible.&lt;br&gt;
&lt;br&gt;
Does anybody have any suggestions for me or strong useful resources that you can point me too?  I&apos;m not exactly sure how to take the XML schemas for Dublin Core and create a compliant form from it. &lt;br&gt;
&lt;br&gt;
I&apos;m not married to Dublin Core if there is another standard or to infopath 2003 if there is a better program that won&apos;t cost anything.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120701</guid>
	<pubDate>Tue, 28 Apr 2009 09:50:44 -0800</pubDate>
	<category>2003</category>
	<category>core</category>
	<category>dublin</category>
	<category>enough</category>
	<category>for</category>
	<category>good</category>
	<category>government</category>
	<category>infopath</category>
	<category>metadata</category>
	<category>schema</category>
	<category>statistics</category>
	<category>work</category>
	<category>xml</category>
	<dc:creator>gryftir</dc:creator>
	</item>
	<item>
	<title>Quick and easy solution for reformatting Word documents from manual formatting to Styles?</title>
	<link>http://ask.metafilter.com/120358/Quick%2Dand%2Deasy%2Dsolution%2Dfor%2Dreformatting%2DWord%2Ddocuments%2Dfrom%2Dmanual%2Dformatting%2Dto%2DStyles</link>	
	<description>Quick and easy solution for reformatting Word documents from inconsistent manual formatting to Styles? I am helping someone combine 5 Word documents into 1 book with consistent formatting, a Table of Contents, chapter-specific headers and footers, page numbering, etc.  If it matters (for text formatting) the documents are all in French.  There are 300+ pages.&lt;br&gt;
&lt;br&gt;
Problem: The original source documents were all manually formatted (inconsistently!) and thus each one seems to have 100+ different Styles, with only a few (or sometimes one) instance of each Style.  The original document authors also did other fun things like use tabs or spaces to position text instead of tab stops or indentation.&lt;br&gt;
&lt;br&gt;
Right now it appears as if I will have to go through the document page-by-page, reformatting the text into a consistent set of Styles.  Or wipe out all formatting and start from a clean slate.  Is there a quicker, easier way to do this or are we just screwed?  &lt;br&gt;
&lt;br&gt;
If we are screwed, do you think that wiping out all the formatting and applying Styles to the unformatted text (using the original documents&apos; appearance as a guide for different sections, header levels, etc.) would be the fastest way?&lt;br&gt;
&lt;br&gt;
I am using Word 2007 and she is using 2003, are there any 2007 formatting features I should avoid because they won&apos;t be backwards-compatible?&lt;br&gt;
&lt;br&gt;
(Also, I am relatively new to working with Styles in Word so any other large document design/formatting tips you&apos;d like to share would be much appreciated! :))&lt;br&gt;
&lt;br&gt;
Please let me know, thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120358</guid>
	<pubDate>Thu, 23 Apr 2009 18:14:07 -0800</pubDate>
	<category>2003</category>
	<category>2007</category>
	<category>design</category>
	<category>document</category>
	<category>formatting</category>
	<category>Microsoft</category>
	<category>styles</category>
	<category>Word</category>
	<dc:creator>Jacqueline</dc:creator>
	</item>
	<item>
	<title>Replying to [blank]</title>
	<link>http://ask.metafilter.com/118275/Replying%2Dto%2Dblank</link>	
	<description>Why is there no email address to reply to in MS Outlook 2003 from one out of many people? My POP email client is MS Outlook 2003.  I have a newish client who emails me on occasion.  Unlike every other received email in Outlook 2003 to which I hit the Reply button, when the window pops open for me to write my reply, there&apos;s no email address in the &quot;To...&quot; field.&lt;br&gt;
&lt;br&gt;
What&apos;s up with that?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118275</guid>
	<pubDate>Tue, 31 Mar 2009 16:06:54 -0800</pubDate>
	<category>2003</category>
	<category>email</category>
	<category>microsoft</category>
	<category>outlook</category>
	<category>reply</category>
	<dc:creator>imjustsaying</dc:creator>
	</item>
	<item>
	<title>How can I easily backup Outlook?</title>
	<link>http://ask.metafilter.com/114698/How%2Dcan%2DI%2Deasily%2Dbackup%2DOutlook</link>	
	<description>Is there an easier and less manual way to export your calendar, contacts, tasks and notes in Outlook? Every month, I perform the following:&lt;br&gt;
&lt;br&gt;
 1. Create a folder with the current date&lt;br&gt;
 2. Export Outlook&apos;s calendar to a PST within that folder.&lt;br&gt;
 3. Export Outlook&apos;s contacts to a PST within that folder.&lt;br&gt;
 4. Export Outlook&apos;s tasks to a PST within that folder.&lt;br&gt;
 5. Export Outlook&apos;s notes to a PST within that folder.&lt;br&gt;
 6. Zip up the folder.&lt;br&gt;
 7. Upload it to a backup side and another computer.&lt;br&gt;
&lt;br&gt;
The exporting of the data from Outlook to a file is easily the most time consuming part. Especially since it takes 10 clicks per task to get it into a PST file. As such, I can&apos;t help wondering if I&apos;m doing it the most efficiently.&lt;br&gt;
&lt;br&gt;
Does anyone have any suggestions on how I can speed up the exporting of this data?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;(I don&apos;t want to purchase or use a backup service as I have my own storage area and feel more comfortable with something under my control. Nor would I like to backup to an alternative proprietary file format.)&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114698</guid>
	<pubDate>Fri, 20 Feb 2009 02:56:38 -0800</pubDate>
	<category>2003</category>
	<category>2007</category>
	<category>backup</category>
	<category>calendar</category>
	<category>contacts</category>
	<category>notes</category>
	<category>outlook</category>
	<category>tasks</category>
	<dc:creator>mr_silver</dc:creator>
	</item>
	<item>
	<title> How do I increase the size of the font in my viewing pane without  effecting outgoing mail in Outlook 2003?</title>
	<link>http://ask.metafilter.com/113395/How%2Ddo%2DI%2Dincrease%2Dthe%2Dsize%2Dof%2Dthe%2Dfont%2Din%2Dmy%2Dviewing%2Dpane%2Dwithout%2Deffecting%2Doutgoing%2Dmail%2Din%2DOutlook%2D2003</link>	
	<description> How do I increase the size of the font in my viewing pane without  effecting outgoing mail in Outlook 2003? Have googled this endlessly and all I can come up with is changing your composition font also. Just want this for reading emails, not sending. Don&apos;t think people would appreciate 16 pt. times new roman on every message.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.113395</guid>
	<pubDate>Wed, 04 Feb 2009 16:18:03 -0800</pubDate>
	<category>2003</category>
	<category>Microsoft</category>
	<category>Outlook</category>
	<category>Windows</category>
	<dc:creator>lattiboy</dc:creator>
	</item>
	<item>
	<title>Where are custom settings stored in Word 2000?</title>
	<link>http://ask.metafilter.com/112014/Where%2Dare%2Dcustom%2Dsettings%2Dstored%2Din%2DWord%2D2000</link>	
	<description>What file are settings (created macros, custom toolbar buttons, etc.) stored in in Word 2000? I want to try upgrading to Word 2003 but don&apos;t want to lose all the custom stuff in my current version of 2000 (in case I decide to go back). When I reinstalled Photoshop in a new computer, I was able to find a settings file that preserved all of my created actions. I think something similar must exist with Word, but I haven&apos;t been able to find it. Help!&lt;br&gt;
&lt;br&gt;
Extra credit points if you know whether it&apos;s possible to import custom stuff from earlier versions into 2003 after you upgrade!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.112014</guid>
	<pubDate>Sun, 18 Jan 2009 19:57:31 -0800</pubDate>
	<category>2000</category>
	<category>2003</category>
	<category>buttons</category>
	<category>combinations</category>
	<category>custom</category>
	<category>file</category>
	<category>key</category>
	<category>macros</category>
	<category>settings</category>
	<category>toolbar</category>
	<category>word</category>
	<dc:creator>roxie110</dc:creator>
	</item>
	<item>
	<title>How to &quot;select all&quot; drawing objects in Word?</title>
	<link>http://ask.metafilter.com/110948/How%2Dto%2Dselect%2Dall%2Ddrawing%2Dobjects%2Din%2DWord</link>	
	<description>Is it possible to &quot;select all&quot; drawing objects at one time in Word 2000 (in order to move them together) rather than holding down the SHIFT key and selecting them individually? I need to add titles to the axes of a graph that&apos;s a picture embedded in a Word document. Right now, the margins of the picture don&apos;t allow room for this. I can adjust the bottom margin of the picture but when I try to adjust the left margin, the graph just moves to the left, so I can&apos;t make room for the axis title that way. &lt;br&gt;
&lt;br&gt;
The solution I&apos;ve come up with, since I can&apos;t seem to enlarge the canvas of the picture (does anyone know how?), is to move all the elements of the graph to the left. Currently, I have to select each element using the SHIFT key, then move them together, which is time-consuming (there are TONS of little &quot;pieces&quot;) and can lead to errors. I&apos;d love to be able to select all elements at once and move them at once. I thought &quot;Group&quot; might work, but you still have to select individually. Help! &lt;br&gt;
&lt;br&gt;
(PS--If more recent versions of Word provide a solution, I&apos;d love to hear it.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.110948</guid>
	<pubDate>Tue, 06 Jan 2009 13:46:13 -0800</pubDate>
	<category>2000</category>
	<category>2003</category>
	<category>2007</category>
	<category>all</category>
	<category>drawing</category>
	<category>graph</category>
	<category>grid</category>
	<category>group</category>
	<category>move</category>
	<category>objects</category>
	<category>select</category>
	<category>shift</category>
	<category>word</category>
	<dc:creator>roxie110</dc:creator>
	</item>
	<item>
	<title>Users cannot connect on Windows Server 2003</title>
	<link>http://ask.metafilter.com/106598/Users%2Dcannot%2Dconnect%2Don%2DWindows%2DServer%2D2003</link>	
	<description>I&apos;ve been asked to look at a network that runs three machines (XP) which apparently stopped working: Users cannot connect to the server (Windows Server 2003) due to some connection error.  I&apos;ve been asked to look at a network that runs three machines (XP) which apparently stopped working on Monday.  The power supply to the internet router also decided to stop working, then the server (Windows Server 2003 SP2) deciding that no machine could connect to it. &lt;br&gt;
&lt;br&gt;
The server also fell over towards the afternoon with blue screen issues. I suspected hardware issues somewhere. I cloned the drive and replaced what appeared to be a glitchy video card. &lt;br&gt;
&lt;br&gt;
So the server is now functioning OK - but still have the original problem. Attempts to access the networked drives bring up this specific error message: &quot;This connection has limited or no connectivity. You might not be able to access the Internet or some network resources&quot;. Unplugging and reconnecting the network cables causes the PC to think for a while trying to assign an IP address but this then leads to the same error message.&lt;br&gt;
&lt;br&gt;
It could be that something on the server setup has been corrupted, but I&apos;m stumped as to how to solve the problem.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106598</guid>
	<pubDate>Wed, 12 Nov 2008 01:39:41 -0800</pubDate>
	<category>2003</category>
	<category>computer</category>
	<category>network</category>
	<category>Server</category>
	<category>Windows</category>
	<dc:creator>panboi</dc:creator>
	</item>
	<item>
	<title>Cheap camcorder - 6 years old</title>
	<link>http://ask.metafilter.com/102074/Cheap%2Dcamcorder%2D6%2Dyears%2Dold</link>	
	<description>What was the &lt;strong&gt;cheap&lt;/strong&gt; cool camcorder to have in 2002? This question concerns some research I&apos;m doing for a screenplay set in 2002/2003 (eve of the Gulf War).  Setting is North America so we&apos;re talking NTSC.  Other flashes of insight as to cool, cheap audio-visual gear of the period (and related extrapolations) welcome.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102074</guid>
	<pubDate>Thu, 18 Sep 2008 19:12:00 -0800</pubDate>
	<category>2002</category>
	<category>2003</category>
	<category>camcorder</category>
	<category>NTSC</category>
	<category>screenplay</category>
	<dc:creator>philip-random</dc:creator>
	</item>
	<item>
	<title>Exchange 2003 calendar delegates</title>
	<link>http://ask.metafilter.com/100975/Exchange%2D2003%2Dcalendar%2Ddelegates</link>	
	<description>How do I give my CEO&apos;s exchange calendar a new assistant? CEO had assistant 1. former IT people set it up that any calendar invite sent via exchange (2003) was copied to the assistant, who could then answer on the CEO&apos;s behalf.&lt;br&gt;
&lt;br&gt;
assistant 1 became assistant 2. deleted a1 from exchange, added a2, and assigned delegate rights for CEO to a2. &lt;br&gt;
&lt;br&gt;
the problem: i cannot find the mechanism that copies a1 on invites to the CEO. it is not rules on the CEO&apos;s profile. i see nothing referencing a1 in the CEO&apos;s exchange properties. meeting requesters get the following bounceback referencing a1 when they send request to CEO.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Your message did not reach some or all of the intended recipients.&lt;br&gt;
&lt;br&gt;
      Subject:	meeting&lt;br&gt;
      Sent:	9/2/2008 11:18 AM&lt;br&gt;
&lt;br&gt;
The following recipient(s) could not be reached:&lt;br&gt;
&lt;br&gt;
      a1 on 9/5/2008 11:18 AM&lt;br&gt;
            The e-mail account does not exist at the organization this message was sent to.  Check the e-mail address, or contact the recipient directly to find out the correct address.&lt;br&gt;
            &lt;exchange&gt;&lt;br&gt;
&lt;/exchange&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100975</guid>
	<pubDate>Fri, 05 Sep 2008 09:15:20 -0800</pubDate>
	<category>2003</category>
	<category>exchange</category>
	<category>outlook</category>
	<dc:creator>slagerst</dc:creator>
	</item>
	<item>
	<title>Problems with Access 2003 Wizard</title>
	<link>http://ask.metafilter.com/100734/Problems%2Dwith%2DAccess%2D2003%2DWizard</link>	
	<description>Access 2003 UnMatched Query Wizard is not returning expected values. I am attempting to use Access 2003 to find unmatched records between two tables. The story so far... &lt;br&gt;
&lt;br&gt;
Table_A and Table_B both contains account numbers, names, addresses, etc for customers. My task is to compare the two tables and produce a list of customers from Table_B that are not in Table_A. Table_A is about 2mb and Table_B is about 200k.&lt;br&gt;
&lt;br&gt;
Initially, I had the data in .xls and used the import wizard to bring the data into a fresh Access database, creating two tables. I tried to use the UnMatched query wizard to produce a list of customers. It returned no matches. However I *know* there are matches. I then tried different formats for the data (.txt &amp;amp; .csv) but received the same results. &lt;br&gt;
&lt;br&gt;
To test the problem, I created two tables inside Access and used the UnMatched wizard on them. That process produced expected results; it found the no-matches records. &lt;br&gt;
&lt;br&gt;
I then created two small versions of Table_A &amp;amp; Table_B (less than 50 records each), imported them, and ran the UnMatched wizard. That process also produced the expected results; it found the no-match records.&lt;br&gt;
&lt;br&gt;
Anyone have any thoughts on this? It seems I&apos;m running into some kind of record limit but I can&apos;t find any reference to that sort of problem in Google-Land. &lt;br&gt;
&lt;br&gt;
(Office 2003, with SP2 installed)&lt;br&gt;
&lt;br&gt;
Thanks!&lt;br&gt;
&lt;br&gt;
SandPine</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100734</guid>
	<pubDate>Tue, 02 Sep 2008 14:06:17 -0800</pubDate>
	<category>2003</category>
	<category>Access</category>
	<category>Office</category>
	<dc:creator>sandpine</dc:creator>
	</item>
	<item>
	<title>which windows server?</title>
	<link>http://ask.metafilter.com/100137/which%2Dwindows%2Dserver</link>	
	<description>Which version of Windows Server do I need? I have a timecard application that &lt;strong&gt;requires&lt;/strong&gt; IIS on Windows 2003 or up.. That&apos;s all I need.. I don&apos;t need CALs (I don&apos;t think) or anything like that.. Just IIS..  &lt;br&gt;
&lt;br&gt;
What is the cheapest / best version of Windows 2003 to get.. and where should I buy it?&lt;br&gt;
&lt;br&gt;
thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100137</guid>
	<pubDate>Tue, 26 Aug 2008 08:28:25 -0800</pubDate>
	<category>2003</category>
	<category>iis</category>
	<category>windows</category>
	<dc:creator>cowmix</dc:creator>
	</item>
	<item>
	<title>How to buy Office 2003 online ?</title>
	<link>http://ask.metafilter.com/99610/How%2Dto%2Dbuy%2DOffice%2D2003%2Donline</link>	
	<description>Buying Office 2007 Small Business Edition online - new, sealed, licensed and legit.  Where from ? I want to buy a copy of Office 2003 SBE online and am looking for a supplier. Because this is the previous version of Office it&apos;s not commonly available from the big retailers. &lt;br&gt;
&lt;br&gt;
Must be fully legitimate copy (which I think more or less precludes second hand copies). Extra points if they ship to New Zealand but OK if they are able to ship to either USA or UK. &lt;br&gt;
&lt;br&gt;
Would welcome suggestions of businesses that might sell this.&lt;br&gt;
&lt;br&gt;
&lt;em&gt;Amazon has a number of people offering this but they are all &apos;newly registered&apos; and I&apos;d prefer a slightly more established outfit with a fully comprehensive description of what&apos;s being offered.&lt;/em&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99610</guid>
	<pubDate>Tue, 19 Aug 2008 16:57:59 -0800</pubDate>
	<category>2003</category>
	<category>microsoft</category>
	<category>office</category>
	<category>shopping</category>
	<dc:creator>southof40</dc:creator>
	</item>
	<item>
	<title>How do I perform a tricky search, select, and export in Outlook 2003?</title>
	<link>http://ask.metafilter.com/97794/How%2Ddo%2DI%2Dperform%2Da%2Dtricky%2Dsearch%2Dselect%2Dand%2Dexport%2Din%2DOutlook%2D2003</link>	
	<description>How do I search across multiple PSTs in Outlook 2003 and export messages that contain a certain keyword or email address in the To: or From: field? At the request of my boss, I am searching across 4 PSTs for a particular couple of keywords in the body of the message, and a particular couple of email addresses in the To: or From: fields. I have indexed her hard drive using Google Desktop, which greatly improves the search functionality of Outlook.&lt;br&gt;
&lt;br&gt;
Using the Google Desktop search shows me that there are 179 emails that meet the search criteria.  My question is, how can I then take these 179 messages and export them, without going back through Outlook and individually selecting them? Or, if there is a superior method I haven&apos;t thought of, I would love to hear it!  It doesn&apos;t matter what format the export is in, as long as it is readable.&lt;br&gt;
&lt;br&gt;
I&apos;m on Windows XP Pro, if it makes any difference.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97794</guid>
	<pubDate>Tue, 29 Jul 2008 09:11:03 -0800</pubDate>
	<category>2003</category>
	<category>export</category>
	<category>googledesktop</category>
	<category>outlook</category>
	<category>search</category>
	<dc:creator>Roach</dc:creator>
	</item>
	<item>
	<title>Phantom files?</title>
	<link>http://ask.metafilter.com/97339/Phantom%2Dfiles</link>	
	<description>Windows Server 2003 - Best way to see what files (and their locations) disk quotas are counting against a user? I am running a 30 user 2003 domain using roaming profiles and 2GB disk quotas with XP Pro.  All are working well except one user.&lt;br&gt;
&lt;br&gt;
For some reason quota entries claim that she has 4GB used in her profile, but I cannot find what the quotas are talking about.  Her profile is around 200MB, same on the server.  I&apos;ve searched through the server to find these files (music files from a year ago when the profiles was first started - all were erased from server and station) but I haven&apos;t found anything.&lt;br&gt;
&lt;br&gt;
My question... What&apos;s the best way to list the files quotas are seeing? &lt;br&gt;
&lt;br&gt;
There may be something obvious here I&apos;m missing, but I&apos;m a Linux man working with 2003 and nothing I can find online mentions how to list the files attributed to a user in quotas.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97339</guid>
	<pubDate>Wed, 23 Jul 2008 12:43:11 -0800</pubDate>
	<category>2003</category>
	<category>computers</category>
	<category>domain</category>
	<category>quota</category>
	<category>server</category>
	<category>windows</category>
	<dc:creator>dozo</dc:creator>
	</item>
	<item>
	<title>Help with IPAQ</title>
	<link>http://ask.metafilter.com/96784/Help%2Dwith%2DIPAQ</link>	
	<description>I have an HP iPAQ 2750.  Around the same time it was manufactured, lots of aftermarket hardware and software came out with promises to enhance the device.  One of those applications was a GPRS/GSM plug in modem (via the CF Card slot) and software from a company called Enfora.  The modem was bundled with software from a company called BVRP.  There was other software without a modem which also installed phone tools on the PDA from another company called WebToGo. HP sells the modem from Enfora which it claims is compatible with the iPAQ.  But after many tries to install it, it seems ActiveSync 4.0 (which is what the iPAQ came with) was preventing it.  I upgraded to ActiveSync 4.5 but still no luck with the Enfora/BVRP software.  &lt;br&gt;
&lt;br&gt;
I assumed the modem to be generic enough to work with any phone tools software, so I found different phone tools from WebToGo.  Their phone tools did load onto the iPAQ.  But after lots of calls to TMobile and more onliine chats with HP, I can&apos;t get the modem to see the TMobile network - this even after getting TMobile&apos;s cell to network number (*99#) and its modem string and web address.&lt;br&gt;
&lt;br&gt;
I also thought there might be some issues with Windows Mobile 2003.  I tried to upgrade to Windows Mobile 5, but the connection kept dropping.  After going through that a few times, I decided the upgrade was more trouble than it&apos;s worth.  Besides, all of the hardware and software says they work with Pocket PC 2002 and Windows Mobile 2003 anyway and the latter is what the iPAQ came with.  So I decided that probably wasn&apos;t the problem.  &lt;br&gt;
&lt;br&gt;
I know I could just buy a smartphone, but I really like the iPAQ.  But I don&apos;t want to keep carrying an iPAQ and a cell phone around - cluttered.  If there are hackers who can break open an iPhone, it seems there should be somebody who can make this work?  It seems like I&apos;m almost there.  Does anybody have any advice?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96784</guid>
	<pubDate>Wed, 16 Jul 2008 16:25:01 -0800</pubDate>
	<category>2002</category>
	<category>2003</category>
	<category>2750</category>
	<category>5</category>
	<category>ActiveSync</category>
	<category>BVRP</category>
	<category>Card</category>
	<category>CF</category>
	<category>Enfora</category>
	<category>HP</category>
	<category>iPAQ</category>
	<category>Mobile</category>
	<category>Modem</category>
	<category>PC</category>
	<category>PDA</category>
	<category>Pocket</category>
	<category>TMobile</category>
	<category>WebToGo</category>
	<category>Windows</category>
	<dc:creator>CollectiveMind</dc:creator>
	</item>
	<item>
	<title>Please save my sanity from PowerPoint 2007.</title>
	<link>http://ask.metafilter.com/95393/Please%2Dsave%2Dmy%2Dsanity%2Dfrom%2DPowerPoint%2D2007</link>	
	<description>I do PowerPoint design for a living and -- finally, begrudgingly -- I am switching to PowerPoint 2007. So far, do not like.  So, a two-part question: 1. Can anyone suggest a text or video tutorial on moving to PowerPoint 2007 for 2003 power users? 2. I&apos;ve seen some &quot;make PowerPoint 2007 work like PowerPoint 2003&quot; add-ins. Does anyone have experience/recommendations for any of those? Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95393</guid>
	<pubDate>Mon, 30 Jun 2008 10:04:38 -0800</pubDate>
	<category>2003</category>
	<category>2007</category>
	<category>microsoft</category>
	<category>powerpoint</category>
	<dc:creator>SampleSize</dc:creator>
	</item>
	<item>
	<title>MS Outlook help, please. </title>
	<link>http://ask.metafilter.com/94594/MS%2DOutlook%2Dhelp%2Dplease</link>	
	<description>MS Outlook 2003: a couple quick question about customizing the default settings in Outlook. To begin with, I feel like a moron for not being able to figure this out. That being said, I just started a new job and am trying to customized Outlook so that the default settings are like I had them on my old PC.&lt;br&gt;
&lt;br&gt;
In my previous job we were using Outlook 2007, I believe. I am now using Outlook 2003. &lt;br&gt;
&lt;br&gt;
How do I enable the calendar/tasks panel while I&apos;m looking at my inbox? When I click on the &apos;Mail&apos; tab I would like the view to be as follows:&lt;br&gt;
&lt;br&gt;
Panel 1: folders&lt;br&gt;
Panel 2: &apos;Inbox&apos;&lt;br&gt;
Panel 3: Quickview&lt;br&gt;
Panel 4: Calendar/Tasks&lt;br&gt;
&lt;br&gt;
I haven&apos;t been able to enable the 4th panel. &lt;br&gt;
&lt;br&gt;
Also, how do I set the calendar to pull the 5 day work week as a default? Right now the default is the current day. I can change the view to 5 day but it always reverts back to single day view.&lt;br&gt;
&lt;br&gt;
I can&apos;t imagine that these 2 options are exclusive to Outlook 2007. &lt;br&gt;
&lt;br&gt;
Any help will be much appreciated.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94594</guid>
	<pubDate>Fri, 20 Jun 2008 13:52:27 -0800</pubDate>
	<category>2003</category>
	<category>outlook</category>
	<category>outlook2003</category>
	<dc:creator>ASM</dc:creator>
	</item>
	<item>
	<title>A phantom process was eating my CPU!</title>
	<link>http://ask.metafilter.com/90189/A%2Dphantom%2Dprocess%2Dwas%2Deating%2Dmy%2DCPU</link>	
	<description>Has anyone ever heard of a Windows Server process called &quot;daupbsvc.exe&quot;?  This was using a significant amount of processor time on a VMWare Windows 2003 server.  Google and Microsoft return no results, as do all of the relevant support forums for the applications that server runs.  I seriously doubt it was a virus as that would&apos;ve returned many search engine results, and that server doesn&apos;t contain any end user files nor is it used for any type of web browsing (though it can connect to the internet).  I killed the process and it didn&apos;t come back.  It also isn&apos;t showing up in any of the directories of that server, hidden or otherwise.  Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90189</guid>
	<pubDate>Wed, 30 Apr 2008 09:22:26 -0800</pubDate>
	<category>2003</category>
	<category>daupbsvcexe</category>
	<category>process</category>
	<category>vmware</category>
	<category>windows</category>
	<dc:creator>Burhanistan</dc:creator>
	</item>
	<item>
	<title>Replacing fuel filter</title>
	<link>http://ask.metafilter.com/87537/Replacing%2Dfuel%2Dfilter</link>	
	<description>I&apos;m looking to replace the fuel filter on my 2003 Chevrolet Tracker. It&apos;s a relatively easy process, but I&apos;m having some difficulty locating the exact position of the filter. Does anyone happen to have a diagram or link to where can I get this information?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.87537</guid>
	<pubDate>Mon, 31 Mar 2008 17:42:03 -0800</pubDate>
	<category>2003</category>
	<category>auto</category>
	<category>cars</category>
	<category>chevrolet</category>
	<category>filter</category>
	<category>replacement</category>
	<category>tracker</category>
	<dc:creator>Aanidaani</dc:creator>
	</item>
	<item>
	<title>What can I do with Windows 2K3 and old hardware?</title>
	<link>http://ask.metafilter.com/84341/What%2Dcan%2DI%2Ddo%2Dwith%2DWindows%2D2K3%2Dand%2Dold%2Dhardware</link>	
	<description>I&apos;ve got a copy of Windows Server 2003 and a bunch of old computers.  What are some things I can do with it? I&apos;ve got a copy of Windows Server 2003 and a bunch of old computers.  I am also taking some courses in Server 2K3 administration, but I&apos;m not really getting a feel for what I can *do* with 2K3 besides setting up Active Directory, DNS and DHCP.  I can get a client to join a domain, but as it stands it&apos;s pointless since the domain provides no additional functionality to the client-- just slows down logging in.&lt;br&gt;
&lt;br&gt;
What are some ways in which 2K3 is deployed in an enterprise environment?  I&apos;d appreciate some example setups, projects or scenarios to try to emulate so I can get a feel for what I might expect if I did this for a living.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.84341</guid>
	<pubDate>Fri, 22 Feb 2008 13:40:24 -0800</pubDate>
	<category>2003</category>
	<category>server</category>
	<category>server2003</category>
	<category>server2k3</category>
	<category>windows</category>
	<category>windowsserver2003</category>
	<dc:creator>Ziggy Zaga</dc:creator>
	</item>
	
	</channel>
</rss>

