<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Access vs. Excel</title>
		<link>https://www.lotterypost.com/thread/129241</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/129241" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Access vs. Excel</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #8</title>
			<link>https://www.lotterypost.com/thread/129241/547758</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241/547758</guid>
			<pubDate>Sat, 25 Feb 2006 06:23:43 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>Well, it looks like I&#x27;m on the right track then. I should have stated it as  I wrote code that created the data table.  I open the 1 file (which contains all the combos), not create the table, each run. If the system pans out, then I&#x27;ll get a faster PC, before learning a new app. One thing about a  slow  machine is you learn to write really efficient code.</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #7</title>
			<link>https://www.lotterypost.com/thread/129241/547673</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241/547673</guid>
			<pubDate>Sat, 25 Feb 2006 03:58:44 GMT</pubDate>
			<dc:creator>Todd</dc:creator>
			<description><![CDATA[<p>By the way, I don&#x27;t want to leave the impression that one way is  right  and the other is  wrong .  In program code, there is no perfect -- or  correct  -- way of doing things.  It&#x27;s kind of like lottery systems:  nobody has the  one correct solution .  Everyone&#x27;s ideas have merit.</p>]]></description>
			<category>Todd</category>
		</item>
		<item>
			<title>Reply #6</title>
			<link>https://www.lotterypost.com/thread/129241/547670</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241/547670</guid>
			<pubDate>Sat, 25 Feb 2006 03:57:10 GMT</pubDate>
			<dc:creator>Todd</dc:creator>
			<description><![CDATA[<p>That&#x27;s one of those things where we may differ on how we approach the problem.<br /><br />For something like your example of a data set (table) with every possible combination, I would almost never build a table.  Since the data is highly predictable, and is a function of mathematics, I would just calculate whatever values I needed using small, reusable user defined functions, rather than the  brute force  approach of creating a table.<br /><br />By doing so, it actually becomes much more fexible (it is easy to... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/129241/547670">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Todd</category>
		</item>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/129241/547357</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241/547357</guid>
			<pubDate>Fri, 24 Feb 2006 20:20:15 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>Right now, I&#x27;m kicking around a 5/36 numberset. Basically, I am trying to find out if Access will handle the data better, i.e. let me see all records (of really big data sets).<br /><br />I have, though VBA in Excel, written a bit of code that creates a file with each combination as a record. I retrieve a record with a GET. Record 1 = 1,2,3,4,5 ... record 376,992 = 32,33,34,35,36. The 65536x255 limitation has been worked around as far as working w/ the data. I am able to create static  libraries  in... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/129241/547357">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/129241/547290</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241/547290</guid>
			<pubDate>Fri, 24 Feb 2006 18:56:59 GMT</pubDate>
			<dc:creator>sysp34</dc:creator>
			<description><![CDATA[<p>The IT competent  had  spoken<br /><br />excel had  limitation only  65536 rows and 255 column per worksheet<br /><br />sysp34</p>]]></description>
			<category>sysp34</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/129241/547286</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241/547286</guid>
			<pubDate>Fri, 24 Feb 2006 18:53:22 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>Thanks for the info Todd.</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/129241/547242</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241/547242</guid>
			<pubDate>Fri, 24 Feb 2006 18:22:45 GMT</pubDate>
			<dc:creator>Todd</dc:creator>
			<description><![CDATA[<p>Here&#x27;s the deal: it depends on how you&#x27;re going to USE the data:<br /><br />If it will be you manipulating the data yourself, and you&#x27;re going to do lots of different things with the data (you need flexibility), then stick with Excel.If you&#x27;re only going to have a PROGRAM use the data -- like a Visual Basic program -- then use Access, because it&#x27;s much harder to get a program to read data from Excel.<br /><br />For most people, you should stick with Excel.  Sometimes it may be impressive to hear someone say the... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/129241/547242">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Todd</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/129241/547143</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241/547143</guid>
			<pubDate>Fri, 24 Feb 2006 16:05:43 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>I would like to know the answer to that as well.<br /><br />I have access, but haven&#x27;t a clue as to how to use it.</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Access vs. Excel</title>
			<link>https://www.lotterypost.com/thread/129241</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/129241</guid>
			<pubDate>Fri, 24 Feb 2006 14:14:21 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>I know some have used Access to manage their data. I&#x27;d like to know from those that have used Excel too, if Access is worth the slowdown period to learn it. I&#x27;ve got a book or two on it, but so far, everything I have needed to do, I have found a way to handle in the spreadsheet program.</p>]]></description>
			<category>time*treat</category>
		</item>
	</channel>
</rss>

