<?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 msaccess</title>
      <link>http://ask.metafilter.com/tags/msaccess</link>
      <description>Questions tagged with 'msaccess' at Ask MetaFilter.</description>
	  <pubDate>Wed, 07 Nov 2012 08:44:52 -0800</pubDate> <lastBuildDate>Wed, 07 Nov 2012 08:44:52 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>MS Access remains not user friendly for printing</title>
	<link>http://ask.metafilter.com/228347/MS%2DAccess%2Dremains%2Dnot%2Duser%2Dfriendly%2Dfor%2Dprinting</link>	
	<description>I&apos;ve switched my Access 2010 database from using Switchboard to using a Navigation Form. It&apos;s prettier and faster and it makes it impossible to print reports properly. If I select reportPrintable from my Navigation form, I get to put in my parameter(s). Then I can view it. If I try to print, I print the navigation form around it, too. This happens if I add the print button that Access so kindly provides to the form.&lt;br&gt;
&lt;br&gt;
What I have, that sort of works, is a button on the report itself. On Click, I run the macro as follows:&lt;br&gt;
&lt;br&gt;
Private Sub Command102_Click()&lt;br&gt;
DoCmd.SelectObject acReport, &quot;reportPrintable&quot;, True&lt;br&gt;
DoCmd.RunCommand acCmdPrint&lt;br&gt;
End Sub&lt;br&gt;
&lt;br&gt;
This selects the report and prints the current report without the navigation form, but I have to reenter the parameters I used. This isn&apos;t reasonable for the long term. There are about a half dozen reports that have to be printed, and each report has either one or two parameters. (Either an ID number, a year, or a year and a month.) &lt;br&gt;
&lt;br&gt;
Is there any way to fix this so it works more like the Switchboard used to work, or do I have to go back to it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.228347</guid>
	<pubDate>Wed, 07 Nov 2012 08:44:52 -0800</pubDate>
	<category>access</category>
	<category>msaccess</category>
	<category>navigationform</category>
	<category>print</category>
	<dc:creator>jeather</dc:creator>
	</item>
	<item>
	<title>Accessible Access Training?</title>
	<link>http://ask.metafilter.com/220419/Accessible%2DAccess%2DTraining</link>	
	<description>Microsoft Access Training/Classes in New York City (Manhattan), or your best suggestion of online materials. A coworker asked if I knew anything about an MS Access class she could take in NYC. The company would be willing to pay for it, but it would preferably only one or two days long.&lt;br&gt;
&lt;br&gt;
Good online resources would be accepted also as I had trouble seperating out the chaff on Google, but again, live is preferred. &lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.220419</guid>
	<pubDate>Fri, 20 Jul 2012 07:24:54 -0800</pubDate>
	<category>access</category>
	<category>class</category>
	<category>database</category>
	<category>microsoft</category>
	<category>msaccess</category>
	<category>msft</category>
	<category>new</category>
	<category>nyc</category>
	<category>resolved</category>
	<category>training</category>
	<category>york</category>
	<dc:creator>rosswald</dc:creator>
	</item>
	<item>
	<title>Classes for programming Access forms - Toronto</title>
	<link>http://ask.metafilter.com/216190/Classes%2Dfor%2Dprogramming%2DAccess%2Dforms%2DToronto</link>	
	<description>Where in Toronto can I take a class on programming Access 2003 forms? For my work, I need to learn how to program complex forms in Access 2003. I can already set up databases and tables - I need to learn how to program forms beyond what the wizard can do.&lt;br&gt;
&lt;br&gt;
I do not learn well from manuals. I have already taken the &quot;advanced&quot; MS Access online course offered by my workplace (and all it had was an introduction to simple forms). &lt;br&gt;
&lt;br&gt;
I would like to take a hands-on class, preferably in person. &lt;br&gt;
&lt;br&gt;
What I need to learn is how to set up forms that can deal with multiple tables (probably using multiple subforms), and complex skip sequences. I also need to use a switchboard opening.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.216190</guid>
	<pubDate>Thu, 24 May 2012 14:19:21 -0800</pubDate>
	<category>forms</category>
	<category>MSAccess</category>
	<category>programming</category>
	<dc:creator>jb</dc:creator>
	</item>
	<item>
	<title>Formatting MS Access report with subreports and subforms in pivot views</title>
	<link>http://ask.metafilter.com/210756/Formatting%2DMS%2DAccess%2Dreport%2Dwith%2Dsubreports%2Dand%2Dsubforms%2Din%2Dpivot%2Dviews</link>	
	<description>Microsoft Access: Help me streamline (or completely automate) creating weekly reports that include tables and charts.  I&apos;m almost there, but I just can&apos;t wrangle the formatting.  Is it me or is it Access? We keep statistics of our library&apos;s reference desk in an Access (2007, 2010) database I put together.  It&apos;s a small enough DB that I can manage creating queries and reports on the fly as needed.  I do, however, send around a weekly report that hits the highlights.  Thus far, I&apos;ve been exporting data to Excel and making tables and charts -- &lt;a href=&quot;http://dl.dropbox.com/u/55601993/Tester%20TextReport_merged.pdf&quot;&gt;like this&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I&apos;ve been trying to recreate that in the Access database by &lt;a href=&quot;http://dl.dropbox.com/u/55601993/Generate%20reports%20form.JPG&quot;&gt;selecting a date on a form&lt;/a&gt;, and pushing a button that opens a &lt;a href=&quot;http://dl.dropbox.com/u/55601993/ReportWithSubreportsDesign.JPG&quot;&gt;PDF preview of a report that has subforms that open in pivot table and pivot chart views&lt;/a&gt;.  But it comes out looking &lt;a href=&quot;http://dl.dropbox.com/u/55601993/WeekInReviewReport.pdf&quot;&gt;like this&lt;/a&gt;.  Serviceable, but I need to:&lt;br&gt;
&lt;br&gt;
- understand how reports create blank pages.  I&apos;ve been fiddling with the margins (and googling endlessly) but I can&apos;t get the preview to stop making blank pages.&lt;br&gt;
&lt;br&gt;
- control column width (and other formatting issues) for the tables.&lt;br&gt;
&lt;br&gt;
- show zero value hour/dates on the chart.&lt;br&gt;
&lt;br&gt;
But, of course, I might be missing the forest for the trees.  Is there another way I can accomplish this?  Not only would I like to save myself some time with the weekly reports, but I&apos;d like to make it so that my colleagues can do it themselves.  Picking a date, pushing a button, and hitting print is about as sophisticated as it can get.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.210756</guid>
	<pubDate>Sat, 17 Mar 2012 11:45:12 -0800</pubDate>
	<category>access</category>
	<category>accessreport</category>
	<category>database</category>
	<category>microsoftaccess</category>
	<category>MSAccess</category>
	<dc:creator>GPF</dc:creator>
	</item>
	<item>
	<title>MS Access is making things harder than they need to be</title>
	<link>http://ask.metafilter.com/187964/MS%2DAccess%2Dis%2Dmaking%2Dthings%2Dharder%2Dthan%2Dthey%2Dneed%2Dto%2Dbe</link>	
	<description>MS Access:  I have responsibility for a large database in Access 2007.  How can I create a dev copy to experiment with changing forms/layout/queries, etc. which shows record data, but does NOT link to and make changes to data in the tables in the &quot;real&quot; original database?  I do not know SQL. Our IT staff was laid off last month. I need to do this without SQL. I understand that I can just save a dev copy with another file name &amp;amp; muck around at will with the forms &amp;amp; layout, etc. without messing up the look of the &quot;real&quot; version ... but I want to also experiment with how the table &lt;strong&gt;data&lt;/strong&gt; itself behaves in these forms by entering sample data and changing existing data in the records of the dev copy.  So how I can create a copy of the entire DB including the tables and records, in which I can change any part of the dev copy&apos;s infrastructure or data itself, but will not change the records in my main DB?  To explain what I mean:  Assume the main db is titled &quot;UserDatabase.mbd&quot; located in a folder named Files01 on the server.  I save a copy of the entire db titled &quot;DatabaseDev060911.mdb&quot; in a different folder named Files02 (by using file&amp;gt;&quot;save as&quot;).  Now I can open &quot;DatabaseDev060911&quot; and goof around all I want with the forms and layout of the dev copy, and the real database &quot;UserDatabase&quot; in the folder Files01 is unchanged.  However,  right now if I change any of the *record data* or the tables in my dev copy, those records are getting changed in our main db. This is bad.  How to not do this? Is there a way when copying a whole database to copy the tables &amp;amp; records to use as sample data so I can experiment with them, but not have that (dev) data linked to the original?  This seems like it should be simple but I can&apos;t find anything in the help screens or gis on how to do this.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.187964</guid>
	<pubDate>Thu, 09 Jun 2011 09:56:57 -0800</pubDate>
	<category>access</category>
	<category>database</category>
	<category>microsoftaccess</category>
	<category>msaccess</category>
	<dc:creator>cuddles.mcsnuggy</dc:creator>
	</item>
	<item>
	<title>Build an Access database to display survey results</title>
	<link>http://ask.metafilter.com/185912/Build%2Dan%2DAccess%2Ddatabase%2Dto%2Ddisplay%2Dsurvey%2Dresults</link>	
	<description>I&apos;ve never used Access; I&apos;m a SQL snowflake and don&apos;t take naturally to its norms.  Pretend I&apos;m your technology-challenged elderly relative, and tell me how to set up tables to run queries on survey results. I created a survey in surveymonkey, with a combination of free text questions, multiple choice/single answer, and multiple choice/multiple answer questions.  Also built in page and question logic.  I know it&apos;s possible to set up a relational database (and surveymonkey generates relational database tables), but I can&apos;t quite picture how I should modify the spreadsheets.&lt;br&gt;
An example of user A&apos;s results: &lt;br&gt;
Page 1 - (free-text) name; (multiple choice/single answer) continent&lt;br&gt;
question logic jump&lt;br&gt;
Page 4 (Europe) - (multiple choice/single answer) country&lt;br&gt;
question logic jump&lt;br&gt;
Page 10 (France) - (multiple choice/single answer) Preference 1&lt;br&gt;
question logic jump&lt;br&gt;
Page 35 (free text Preference 1 questions) (multiple choice/single answer) Preference 2 or Done&lt;br&gt;
question logic jump&lt;br&gt;
Page 50 (free text questions) Done&lt;br&gt;
&lt;br&gt;
Users B - ZZ will use the same general framework, but  land on different pages based on responses to questions with logic. The Continent pages are all alike, as are the country pages and preference pages -- they&apos;re asking the same questions about the user&apos;s choices in the survey.&lt;br&gt;
&lt;br&gt;
I want to be able to query on everything and in combination (e.g., all users in North America; all Preference 1 users regardless of geography; all Africa users who selected Preferences 3 and 5).  Help me with the table logic, pretty please (N.B., I do not need assistance in actually creating the tables, just the foundation logic for doing what I want to do).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.185912</guid>
	<pubDate>Sat, 14 May 2011 17:50:57 -0800</pubDate>
	<category>Access</category>
	<category>Access2007</category>
	<category>databasedesign</category>
	<category>MSAccess</category>
	<category>onetoonedatabase</category>
	<category>relationaldatabase</category>
	<category>surveymonkey</category>
	<category>surveyresults</category>
	<dc:creator>heigh-hothederryo</dc:creator>
	</item>
	<item>
	<title>Need help formatting an Access report from a query and SQL help</title>
	<link>http://ask.metafilter.com/173637/Need%2Dhelp%2Dformatting%2Dan%2DAccess%2Dreport%2Dfrom%2Da%2Dquery%2Dand%2DSQL%2Dhelp</link>	
	<description>I&apos;m having trouble formatting a report in Access that ONLY shows checkboxes that are not checked. I probably need some help on the SQL front. My database is based around a list of tasks. When the person finishes a task, they check it off. I want a report of ONLY the tasks which are incomplete, so I have a query along the lines of this:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;SELECT Projects.ProjectID, Projects.ProjectName, Projects.Check01, Projects.Check02, Projects.Check03&lt;br&gt;
FROM Projects&lt;br&gt;
WHERE (((Projects.Check01)=No)) OR (((Projects.Check01)=No)) OR (((Projects.Check01)=No));&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
This gives me a list of projects for at least one task is not complete. For example, for project &quot;Grocery Shopping,&quot; I clipped the coupons but did not make a list or go to the store.&lt;br&gt;
&lt;br&gt;
All I want to show on the report is that I still need to make a list and go to the store. So in my report code, I have &lt;br&gt;
&lt;br&gt;
&lt;code&gt;Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)&lt;br&gt;
If Check01 = False Then&lt;br&gt;
Check01.Visible = True&lt;br&gt;
Else&lt;br&gt;
Check01.Visible = False&lt;br&gt;
End If&lt;br&gt;
If Check02 = False Then&lt;br&gt;
Check02.Visible = True&lt;br&gt;
Else&lt;br&gt;
Check02.Visible = False&lt;br&gt;
End If&lt;br&gt;
If Check03 = False Then&lt;br&gt;
Check03.Visible = True&lt;br&gt;
Else&lt;br&gt;
Check03.Visible = False&lt;br&gt;
End If&lt;br&gt;
End Sub&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
This gives me a blank line where &quot;clipping coupons&quot; would be, because I&apos;ve finished that task. Is there a way to eliminate the blank lines? I have 25 tasks per project (this is stable, and all of the tasks are the same for every project) so if half of them are finished, the page looks horrible. I would be fine with almost any kind of list (text file, whatever) as long as it ONLY shows the incomplete tasks in some sort of coherent form. I&apos;m using Access 2002 if it matters, but I&apos;ll probably be getting 2007 or 2010 soon.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.173637</guid>
	<pubDate>Mon, 20 Dec 2010 06:58:55 -0800</pubDate>
	<category>Access</category>
	<category>code</category>
	<category>MSACCESS</category>
	<category>query</category>
	<category>report</category>
	<category>resolved</category>
	<category>SQL</category>
	<dc:creator>desjardins</dc:creator>
	</item>
	<item>
	<title>MSAccess, php and empty date/time fields</title>
	<link>http://ask.metafilter.com/167472/MSAccess%2Dphp%2Dand%2Dempty%2Ddatetime%2Dfields</link>	
	<description>How do I check (using php) the existence of data in a date/time field in an access database? I have to build some php pages around an access database (dsnless). No lectures please: I know how bad an idea this is; I don&apos;t have a choice!&lt;br&gt;
&lt;br&gt;
I&apos;m getting values out of a date/time field. The field isn&apos;t required. When values are there, it works fine. When they aren&apos;t, the whole thing just falls over. I can&apos;t find any way of testing whether it&apos;s there beforehand: is_null() comes up false whatever (empty() comes up true, even when there is data), any attempt to convert it to another type or look at its properties breaks it as well.&lt;br&gt;
&lt;br&gt;
I can&apos;t find a simple way to test whether there&apos;s data there or not. Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.167472</guid>
	<pubDate>Mon, 11 Oct 2010 09:00:47 -0800</pubDate>
	<category>database</category>
	<category>datetime</category>
	<category>msaccess</category>
	<category>php</category>
	<category>resolved</category>
	<dc:creator>monkey closet</dc:creator>
	</item>
	<item>
	<title>Your advice for finding a new databse guru, please...</title>
	<link>http://ask.metafilter.com/160991/Your%2Dadvice%2Dfor%2Dfinding%2Da%2Dnew%2Ddatabse%2Dguru%2Dplease</link>	
	<description>I need to find a new database guy/gal.  Where do I look and how will I know when I&apos;ve found a good one? Things that may help you point me in the right direction:  We&apos;re a Windows shop.  The database in question is in MS Access.  There&apos;s around 150,000 records.  I&apos;d prefer to stay with Access, but I&apos;d consider changing (all depends on the cost/complexity).  I&apos;m looking after becoming more than a little dissatisfied with my current dev team.&lt;br&gt;
&lt;br&gt;
So, how do I go about finding a new developer friend?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.160991</guid>
	<pubDate>Fri, 30 Jul 2010 15:56:47 -0800</pubDate>
	<category>database</category>
	<category>MSAccess</category>
	<dc:creator>Vavuzi</dc:creator>
	</item>
	<item>
	<title>MS Access: copy data?</title>
	<link>http://ask.metafilter.com/157311/MS%2DAccess%2Dcopy%2Ddata</link>	
	<description>I can&apos;t get my Access database to do what I thought I could.

Lots of details inside, again. This is much like the last question.&lt;br&gt;
&lt;br&gt;
Students are only ever enrolled in one course (=program). If they graduate, they do not come back to do a different one. &lt;br&gt;
&lt;br&gt;
Each course has 3 cost components:&lt;br&gt;
&lt;br&gt;
1. Enrollment fee. Identical between courses. Could change between program start dates, so students starting in 2010 pay less than those in 2011.&lt;br&gt;
2. Tuition fee. Different between courses. Could change between program start dates.&lt;br&gt;
3. Kit fee. Different between courses (0 for some). Could change between program start dates.&lt;br&gt;
&lt;br&gt;
Obviously, when I change costs for a program, students who are already enrolled shouldn&apos;t have their costs changed. I don&apos;t need to have the historical costs, but if they are there it is fine as well. &lt;br&gt;
&lt;br&gt;
So it seems like my options are &quot;figure out some way to automatically copy the cost information when data is entered&quot; (some by form, some imported via excel spreadsheets -- I can probably force everyone to use one of the two options, in which case I&apos;d prefer excel) or &quot;do the right lookups for the different costs&quot; -- but I can&apos;t figure out how to get either of these to work properly. I can redo tables to make either option work correctly.&lt;br&gt;
&lt;br&gt;
All my forms and reports look nice, but are still lacking that minor thing called &quot;accurate cost data&quot;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.157311</guid>
	<pubDate>Mon, 21 Jun 2010 07:46:47 -0800</pubDate>
	<category>access2007</category>
	<category>database</category>
	<category>msaccess</category>
	<dc:creator>jeather</dc:creator>
	</item>
	<item>
	<title>Access database design help</title>
	<link>http://ask.metafilter.com/153023/Access%2Ddatabase%2Ddesign%2Dhelp</link>	
	<description>I need to create an Access 2007 database to confirm tuition payments for students and I am not sure how to set up the tables. Details within. There are, at any given time, between 120 and 180 students total, in 5 programs. The programs start in some subset of four starting months (Sept, Oct, Feb, May), from one to three of these. Each program has its own cost, which occasionally changes for the new school year. Several of these programs have kits you need to buy, the total cost of which also changes occasionally. Several of these programs have discounts which some students are eligible for (again, this discount changes occasionally). Every student has an enrollment fee on top of tuition and kit. The enrollment fee has been static, but could conceivably change in the future. Obviously if the fee changes after you enroll, you are charged the initial fee, not the changed fee.&lt;br&gt;
&lt;br&gt;
Students pay either by cash or by direct deposit. Some direct deposits are charged 5$ -- so the student tells us they deposited 250, but we only get 245, and we credit them 245. We know which students have these fees only after the first deposit. Each payment can go towards any or all of tuition, kit and enrollment fee.&lt;br&gt;
&lt;br&gt;
I can easily set up a very simple database with tables for students, payments, and programs and the appropriate links between them, which I then use to confirm that what the front office said was paid has, in fact, been deposited to the correct accounts and that there are no typos, etc. But what I&apos;d like is to be able to be able to generate reports that show how much is outstanding in tuition (by student or by program), kit payments or enrollment fees. I&apos;d also like to be able to use this to print out receipts when payments are received.&lt;br&gt;
&lt;br&gt;
I will eventually get inputs in some set of excel sheets (one to add in new students, one for the list of payments that have been received that month, probably). Ideally I&apos;d like the input to be something&lt;br&gt;
like:&lt;br&gt;
&lt;br&gt;
student id, cash/transfer, amount, date, for kit?, for tuition?, for enrollment?&lt;br&gt;
&lt;br&gt;
as this would be most convenient for other users. &lt;br&gt;
&lt;br&gt;
For various reasons, this really would be best done in Access and not another database program.&lt;br&gt;
&lt;br&gt;
This isn&apos;t homework, and I don&apos;t need someone to create the database for me, I&apos;d just like some clues on how to set it up effectively, especially how to deal with the payments. I wouldn&apos;t mind clues on how to deal with total payments due for the reports, though I am pretty sure I know how to do that, once I have the rest of it set up properly.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.153023</guid>
	<pubDate>Wed, 05 May 2010 09:10:24 -0800</pubDate>
	<category>access</category>
	<category>database</category>
	<category>msaccess</category>
	<dc:creator>jeather</dc:creator>
	</item>
	<item>
	<title>AccessN00bFilter:  How do I replace data in a report, and limit the results in my report to a single day/week/month?</title>
	<link>http://ask.metafilter.com/152497/AccessN00bFilter%2DHow%2Ddo%2DI%2Dreplace%2Ddata%2Din%2Da%2Dreport%2Dand%2Dlimit%2Dthe%2Dresults%2Din%2Dmy%2Dreport%2Dto%2Da%2Dsingle%2Ddayweekmonth</link>	
	<description>AccessN00bFilter:  How do I replace data in a report, and limit the results in my report to a single day/week/month? I have an access database (Access 2007) with several dozen line-items per day with a dozen or so fields per record, and have created a report that displays the information the way I want it to, but I have a question-- one of my fields is titled &quot;ActualSales&quot;, but if the value equals the field (not in the report, but in the same origin-table) &quot;EstimatedSales&quot;, then it just displays the value &quot;00 0 00&quot;.&lt;br&gt;
&lt;br&gt;
I want to set the report up so that there is a it looks up the record and replace &quot;ActualSales&quot; with &quot;EstimatedSales&quot; if that occurs, then be able to set the report to give me only one day&apos;s worth of data (or one week, one month, etc--- I have years of information stored, so when I first looked at the report, it was over 8000 pages)  I can&apos;t change the table because I get all the information automatically, and can&apos;t change the incoming format&lt;br&gt;
&lt;br&gt;
Is this possible?  Thank you for any assistance or directions to look!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.152497</guid>
	<pubDate>Thu, 29 Apr 2010 07:19:55 -0800</pubDate>
	<category>Computer</category>
	<category>Database</category>
	<category>MSAccess</category>
	<dc:creator>Seeba</dc:creator>
	</item>
	<item>
	<title>How do I make a DB faster?</title>
	<link>http://ask.metafilter.com/149550/How%2Ddo%2DI%2Dmake%2Da%2DDB%2Dfaster</link>	
	<description>MS Access: How do I turn my database from a tortoise to a hare? (Or, if not a hare, a chipmunk?) Here&apos;s what I&apos;ve got:&lt;br&gt;
&lt;br&gt;
MS Access DB split into front and back ends.  Front sits on local machines (all XP), back sits on server (MS Server 2003).  I have a consultant for the DB and a consultant for the network.&lt;br&gt;
&lt;br&gt;
When there&apos;s one and only one user connected to the back end, the DB is lightning fast.  UNBELIEVABLY fast.  The minute that more than one user is connected, everything slows to a crawl.  It&apos;s been this way for 2.5 years and it drives me nuts.  The DB guy blames the network, the network guy blames the DB.  Initially, I couldn&apos;t tell if it was the network or the DB.  I&apos;m now convinced it&apos;s the DB.&lt;br&gt;
&lt;br&gt;
I&apos;ve read past questions and googled.  &lt;br&gt;
&lt;br&gt;
It looks like Access falls to shit once it hits around 50 users.  The most we ever have is 7.  It doesn&apos;t get slower as more users come online: one user = fast, more than one = slow.  It runs at the same speed for 7 users as it does for 2.&lt;br&gt;
&lt;br&gt;
Is it possible to get the DB running faster or is this as good as it gets?  If so, where/how do I start?  Any suggestions welcome; I&apos;m willing/wanting to learn so that I can work with my DB guy.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.149550</guid>
	<pubDate>Fri, 26 Mar 2010 13:00:06 -0800</pubDate>
	<category>database</category>
	<category>MSAccess</category>
	<dc:creator>Vavuzi</dc:creator>
	</item>
	<item>
	<title>How do I validate a field in Access to DEMAND unique values?</title>
	<link>http://ask.metafilter.com/142954/How%2Ddo%2DI%2Dvalidate%2Da%2Dfield%2Din%2DAccess%2Dto%2DDEMAND%2Dunique%2Dvalues</link>	
	<description>MS Access Filter: How do I set a validation rule for a field in a form or table so that Access will immediately recognize that the same value has been used before and tell the user to generate a unique value? I&apos;m using MS Access 2003&lt;br&gt;
&lt;br&gt;
I want to have a field (Quote_Number) which serves as the primary key for the QuoteTable, but I want Access to tell me as soon as the focus tries to leave the field if the value is not unique.&lt;br&gt;
&lt;br&gt;
As it is Indexed and does not allow duplicates in the table (or form version) Access tells me that it can&apos;t allow a duplicate value as the record is completed, but obviously I&apos;d like to be informed of that before the whole Record has been filled in.&lt;br&gt;
&lt;br&gt;
I don&apos;t want to simply use an Autonumber value, as I want to be able to customise the quote number&apos;s for various purposes, and have used an Input Mask to ensure it is a letter followed by a string of three numbers (L999).&lt;br&gt;
&lt;br&gt;
This is a noob question, and will either be slap in the face easy to rectify or Google (if I knew what to search for), or horribly complex and it is only my ignorance that leads me to believe this should be simple...either way, I appreciate any help...</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.142954</guid>
	<pubDate>Mon, 11 Jan 2010 23:20:16 -0800</pubDate>
	<category>database</category>
	<category>field</category>
	<category>MSAccess</category>
	<category>rules</category>
	<category>validation</category>
	<dc:creator>man down under</dc:creator>
	</item>
	<item>
	<title>Querying the hive mind...</title>
	<link>http://ask.metafilter.com/142852/Querying%2Dthe%2Dhive%2Dmind</link>	
	<description>DatabaseFilter: I know more about Access than the average person, but I&apos;m at the point where I need to know more than what I am finding on the Access db sites and in books. I need a faster and more reliable response than I would get from posting on forums.  I have taken two trainings my work paid for, but they were on how to use Access, not how to develop in it.  And the next level class (and only one) is about VBA, which I&apos;m not quite at yet.  &lt;br&gt;
&lt;br&gt;
I feel like I need someone to sit down with me as I go through stuff and say, well, you should do this like this because of this reason.  How or where can I get this kind of one-on-one? Even if it were via email or the web, I just need reliable, knowledgeable support in my transition phase.&lt;br&gt;
&lt;br&gt;
I&apos;ve been toying with Access for the last few years and I&apos;ve gotten pretty good at it.  I understand relational db theory to some extent and can certainly set up the tables and all that.  But when I get into form design, I tend to get a bit lost.  I think I understand queries - I can get the info I want pretty much all the time and can usually figure out my mistakes.  &lt;br&gt;
&lt;br&gt;
But I need to know if I&apos;m doing things &quot;right&quot; or if I&apos;m making things too hard by doing them my self-taught way.&lt;br&gt;
&lt;br&gt;
I did not take any db classes in college and honestly just don&apos;t have the time to spend after work going to one now.  (I tried last semester and it was a complete disaster and very stressful.)&lt;br&gt;
&lt;br&gt;
Do I post on craigslist that I want an Access tutor? How would I verify their skills? I&apos;m pretty sure my work will pay for this, but I just need to find the next level of training I need.&lt;br&gt;
&lt;br&gt;
I spent Christmas break with a stack of books from the library, like Access Cookbook and a bunch of others.  But I still feel like I&apos;m missing some fundamental things and I don&apos;t know what they are.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.142852</guid>
	<pubDate>Mon, 11 Jan 2010 06:03:42 -0800</pubDate>
	<category>access</category>
	<category>database</category>
	<category>db</category>
	<category>learning</category>
	<category>msaccess</category>
	<category>training</category>
	<dc:creator>sio42</dc:creator>
	</item>
	<item>
	<title>How to export csv with variable number of columns?</title>
	<link>http://ask.metafilter.com/130606/How%2Dto%2Dexport%2Dcsv%2Dwith%2Dvariable%2Dnumber%2Dof%2Dcolumns</link>	
	<description>Using a relational table in a one-to-many relationship in Access, what is the best way to export a csv file with one row per record (from the one half) with a variable number of columns (from the many half)? Basically, I have a Senator with one or more staffers. I want to export (CSV) so that it looks like:&lt;br&gt;
&lt;br&gt;
Senator 1 info | Staffer 1 info&lt;br&gt;
Senator 2 info | Staffer 1 info | Staffer 2 info | Staffer 3 info&lt;br&gt;
Senator 3 info | Staffer 1 info | Staffer 2 info&lt;br&gt;
&lt;br&gt;
One row per senator, but an unknown or changing number of columns.&lt;br&gt;
&lt;br&gt;
I&apos;m sure there&apos;s a way to do this via query. I have to make this as easy as possible (via a button on a form) for a coworker.&lt;br&gt;
&lt;br&gt;
Having a hard time finding an answer via Google.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130606</guid>
	<pubDate>Wed, 19 Aug 2009 10:57:46 -0800</pubDate>
	<category>access</category>
	<category>csv</category>
	<category>export</category>
	<category>msaccess</category>
	<category>onetomany</category>
	<dc:creator>JeremiahBritt</dc:creator>
	</item>
	<item>
	<title>MS Access...Access Problem</title>
	<link>http://ask.metafilter.com/127395/MS%2DAccessAccess%2DProblem</link>	
	<description>Microsoft Access question:  I have an Access 2007 database hosted on a server.  I have 10 staff members who use the database.  I can get in the database even if someone else is in it.  One of my coworkers cannot.  Is this typical? I apologize that I have very basic language for this, but this is a pretty basic database.  In Access 2007, should multiple users be able to get in the database at one time?  We generally would only have 2 or 3 people in it at once, but this one coworker can&apos;t get in the database if just one other person has it open.  &lt;br&gt;
&lt;br&gt;
I&apos;ve tried working with our IT department on this, but no one there seems to know what to do (or if anything can even be done).  How do I troubleshoot this issue?  Is it just something we have to deal with in Access?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.127395</guid>
	<pubDate>Tue, 14 Jul 2009 08:15:37 -0800</pubDate>
	<category>Access</category>
	<category>Database</category>
	<category>Microsoft</category>
	<category>MSAccess</category>
	<category>resolved</category>
	<dc:creator>bibbit</dc:creator>
	</item>
	<item>
	<title>Alternatives to MS Access?</title>
	<link>http://ask.metafilter.com/122531/Alternatives%2Dto%2DMS%2DAccess</link>	
	<description>MS Access Alternatives? I have a user that needs to keep data in a relational database, but I&apos;d like to advise her against Access because of it&apos;s various limitations. She has no programming knowledge. Any suggestions? There&apos;s not much money for this, so cheap/free is better. They need to track medical records for a population of animals in a sanctuary. The existing data goes back ten years and is a few MB in size already even dumped to flat file. &lt;br&gt;
&lt;br&gt;
The problem is that she&apos;s entirely Mac-based at home, and they have multiple people that would need to have access to it at once (which last time I checked was a problem for MS Access), and she&apos;d like to be able to work on it at home sometimes. The school is entirely Windows/Microsoft based. I&apos;ve suggested FileMaker Pro, but I&apos;m not very familiar with it. &lt;br&gt;
&lt;br&gt;
Any suggestions? We&apos;d like to stay away from online-only vendors like Zoho and whatnot that may go poof with the data in the middle of the night.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122531</guid>
	<pubDate>Tue, 19 May 2009 13:14:39 -0800</pubDate>
	<category>access</category>
	<category>database</category>
	<category>microsoft</category>
	<category>MSAccess</category>
	<category>rdbms</category>
	<category>relationaldatabase</category>
	<dc:creator>SpecialK</dc:creator>
	</item>
	<item>
	<title>Help a stupid noob find a good MySQL GUI program</title>
	<link>http://ask.metafilter.com/57213/Help%2Da%2Dstupid%2Dnoob%2Dfind%2Da%2Dgood%2DMySQL%2DGUI%2Dprogram</link>	
	<description>Stupid MySQL noob question: is there a free/free (or at least free-as-in-beer) win32 MySQL frontend that will show graphical representations of tables, allow drag-and-drop editing of their relationships,  actually import all of my data, and use MySQL vocabulary and syntax for its queries? I have a MS Access database I&apos;ve been trying to port to MySQL.  After a rather fruitless weekend googling and experimenting, I&apos;m tired of trying this on my own and would like advice.  I&apos;m sure I&apos;m missing something obvious but I&apos;m still missing it.&lt;br&gt;
&lt;br&gt;
For whatever reason, the MySQL migration kit is truncating table data at about the 300th row.  So I&apos;ve switched from using that to the (tedious) process of exporting each table as a .csv through Access, then trying to import each table one by one.&lt;br&gt;
&lt;br&gt;
Webyog/SQLyog will not import my data.  I&apos;ve started with the largest table, with the rows titled correctly and in the correct order, with the Excel/.csv-friendly delimiters, and it always returns the message that it either skipped or deleted 2600 rows.&lt;br&gt;
&lt;br&gt;
I have found articles talking about using Access as a frontend to a MySQL database.  That sounds interesting, but the trouble is that I don&apos;t yet have a MySQL database because I haven&apos;t been able to import all of the data in any of the tables.  A second trouble is that Access uses different SQL syntax than MySQL and I want to use MySQL syntax so I don&apos;t have to take on a second hosting plan.&lt;br&gt;
&lt;br&gt;
What I want is a GUI/frontend to MySQL which will a) import a .csv file (not a hard requirement, you&apos;d think), b) not cost me any money, c) show a graphical representation of relationships, d) allow the user to edit relationships by dragging and dropping rows in that graphical representation, and e) use MySQL syntax.&lt;br&gt;
&lt;br&gt;
I&apos;d keep banging away at this but I need this project off the ground sooner rather than later.  And I&apos;m sure I&apos;m missing something obvious but I&apos;m still missing it.  Where is this program?  I know it exists.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.57213</guid>
	<pubDate>Sun, 18 Feb 2007 15:49:28 -0800</pubDate>
	<category>databases</category>
	<category>frontend</category>
	<category>msaccess</category>
	<category>mysql</category>
	<category>software</category>
	<category>unresolved</category>
	<dc:creator>Tuwa</dc:creator>
	</item>
	<item>
	<title>MS Access query - finding the reocrd with a maximum value</title>
	<link>http://ask.metafilter.com/55591/MS%2DAccess%2Dquery%2Dfinding%2Dthe%2Dreocrd%2Dwith%2Da%2Dmaximum%2Dvalue</link>	
	<description>In MsAccess, how can I choose the record where a certain value is maximum or minimum? I have multiple rows for each item.  Each row includes columns such as: item number, version number, person, task start date, task end date, task result.  A given item could have any number of tasks.&lt;br&gt;
&lt;br&gt;
I want to run a query that returns one row per item and includes all the information about the last task for that item.  In other words, this will be all the same columns as the original table, but only rows where the task start date is maximum for that item number.&lt;br&gt;
&lt;br&gt;
My first try was to find the maximum date for each item number and then use that to select the row.  But I can&apos;t join that back up to the original data because it&apos;s a circular reference, so I can&apos;t find out the other information about that task.&lt;br&gt;
&lt;br&gt;
Any suggestions?  I&apos;m guessing this would need to be done as a sql query, but I&apos;m having no luck with Access help or google in finding a starting point.&lt;br&gt;
&lt;br&gt;
I&apos;m using Access rather than Excel because I need to be able to drop in different record sets and get identically formatted reports out the other side.  I&apos;ve done this in Excel before by hand, but I can&apos;t scale that up for the number of different reports needed.&lt;br&gt;
&lt;br&gt;
Technical specs: Access 2003 on Windows XP&lt;br&gt;
&lt;br&gt;
Thank you oh all-knowing hive mind.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.55591</guid>
	<pubDate>Tue, 23 Jan 2007 13:26:29 -0800</pubDate>
	<category>access</category>
	<category>msaccess</category>
	<category>sqlquery</category>
	<dc:creator>buildmyworld</dc:creator>
	</item>
	<item>
	<title>I seek it here, I seek it there. But mainly in this column.</title>
	<link>http://ask.metafilter.com/41951/I%2Dseek%2Dit%2Dhere%2DI%2Dseek%2Dit%2Dthere%2DBut%2Dmainly%2Din%2Dthis%2Dcolumn</link>	
	<description>Calling MS Access wizards... A batch find and replace conundrum. I would really appreciate a solution to this problem, I just can&apos;t phrase it right on google to get the correct answer:&lt;br&gt;
&lt;br&gt;
Problem : Access database, with many columns. One column has a serial number, sequential incrementing by 1 each record.&lt;br&gt;
&lt;br&gt;
I need to replace given numbers with a word, the same word every time.&lt;br&gt;
&lt;br&gt;
So in the column there would be&lt;br&gt;
&lt;br&gt;
100123&lt;br&gt;
100124&lt;br&gt;
100125&lt;br&gt;
100126&lt;br&gt;
..&lt;br&gt;
100999&lt;br&gt;
&lt;br&gt;
And I need to replace just {100124,100125} with &quot;RECEIVED&quot; or similar. I need to do this with hundreds of entries daily, and it needs to be saved to the table once finished, so a query isn&apos;t any use. Doing this every day is pure torture by boredom.&lt;br&gt;
&lt;br&gt;
Useful answers will receive my undying adulation, plus three free covert assassinations!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.41951</guid>
	<pubDate>Tue, 11 Jul 2006 14:15:38 -0800</pubDate>
	<category>find</category>
	<category>findandreplace</category>
	<category>MSAccess</category>
	<category>query</category>
	<category>replace</category>
	<dc:creator>snailer</dc:creator>
	</item>
	<item>
	<title>Access Database Problems</title>
	<link>http://ask.metafilter.com/13758/Access%2DDatabase%2DProblems</link>	
	<description>Access database problems... I have a database which I use to store a set of data. Right now I have 2 Access databases, one which holds the data, and the other which acts as the end-user interface. The database with the data is 1.5GB, and grows every day by 3-4 MB with new data.  This is causing the data fielding to be extremely slow.&lt;br&gt;
&lt;br&gt;
What are my solutions for this? SQL server? Another database program? It has to run on a Windows platform, and preferably be free due to budget constraints.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.13758</guid>
	<pubDate>Fri, 07 Jan 2005 13:01:53 -0800</pubDate>
	<category>access</category>
	<category>msaccess</category>
	<category>problem</category>
	<dc:creator>benjh</dc:creator>
	</item>
	<item>
	<title>MS Access</title>
	<link>http://ask.metafilter.com/9565/MS%2DAccess</link>	
	<description>MSAccessFilter: I give up...how can I have the current selection in one control dynamically re-configure the choices available in another? [more inside, obviously] I&apos;ve been using Access on and off for a couple of years now, and I&apos;ve been working with relational DBs since the early &apos;80s, so I know that what I&apos;m trying to do isn&apos;t outrageous, but I cannot, for the life of me, figure out how to do this in Access. (I&apos;m using Access 2003, by the way.) Just to be precise, and not waste anyone&apos;s time explaining what I&apos;ve already tried, here&apos;s what I&apos;m trying to do:&lt;br&gt;
&lt;br&gt;
1) I&apos;ve got multiple tables/queries set up--as a general example, let&apos;s use &quot;Companies&quot; and &quot;Employees&quot;. Employee records are, of course, related by a foreign key to the Company records. (Assume there&apos;s an established 1-to-many relationship between the first table and the second, which Access knows about explicitly through the &quot;Relationship&quot; diagram. Referential integrity, the whole thing.)&lt;br&gt;
&lt;br&gt;
2) Let&apos;s say I&apos;ve got a datasheet or a form that&apos;s got two pull-downs, one for &quot;Company&quot;, and the other for &quot;Employee&quot;. If I choose &quot;Company A&quot; under the first pull-down, I&apos;d like to dynamically constrain the choices in the &quot;Employee&quot; pull-down to only show records that relate back to that specific Company record. (I&apos;d like the &quot;Employee&quot; pull-down to dynamically show only employees of &quot;Company A&quot;, in other words, even though the &quot;Employees&quot; table contains all employees of all companies.)&lt;br&gt;
&lt;br&gt;
Is that feasible, using either a table/query datasheet or a form? I know how to create a &quot;hard-wired&quot; SQL query that only pulls out Employees related to an explicit Company key, but that doesn&apos;t do me any good. I&apos;ve tried using &quot;DLookup()&quot;, but even copying-and-pasting the example code, I keep getting errors. (And anyway, DLookup() only returns one value, anyway--not the multi-record mini-query I&apos;d need).&lt;br&gt;
&lt;br&gt;
- Is there some way to create a dynamic SQL query using &quot;Forms![Form_Name]![Field_Name]&quot; that I&apos;m just missing because of some syntax weirdness? I&apos;ve tried many ways of making that work, but haven&apos;t had any luck.&lt;br&gt;
- Is there just a way to use sub-forms hierarchically, so that the pull-down on one area of a form can constrain the data that&apos;s retrieved by a child sub-form?&lt;br&gt;
&lt;br&gt;
I kind of feel silly asking something this simple, but I&apos;ve searched the Access online help base a bazillion different ways, googled endlessly, and gone so far as to buy 2 or 3 Access &quot;how-to&quot; books--I still cannot find a definitive answer to this (even if that answer is &quot;It&apos;s impossible.&quot;) Is it impossible in a datasheet, but doable somehow in a form? Am I just being an idiot, and missing something blatantly obvious?&lt;br&gt;
&lt;br&gt;
Like I said, I know this makes me an old fart, but I started dealing with relational DBs on a &lt;a href=&quot;http://www.computercloset.org/CompuColorII.htm&quot;&gt;CompuColor&lt;/a&gt; using &lt;a href=&quot;http://www.fact-index.com/d/db/dbase.html&quot;&gt;dBase II&lt;/a&gt; (I actually used to talk to Tate on tech support calls), but that was all pre-SQL. Maybe I&apos;m just being a total moron, or maybe Access just sucks (surprise!), but it&apos;s driving me crazy.&lt;br&gt;
&lt;br&gt;
Thanks in advance for any help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.9565</guid>
	<pubDate>Fri, 20 Aug 2004 17:47:43 -0800</pubDate>
	<category>Access</category>
	<category>MSAccess</category>
	<dc:creator>LairBob</dc:creator>
	</item>
	
	</channel>
</rss>

