<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: On-the-fly data entry form</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Primo</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33130</link>
		<dc:creator>Primo</dc:creator>
		<pubDate>Thu, 26 Jun 2008 09:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33130</guid>
		<description>&lt;p&gt;Thanks.  I saw that in one of your earlier posts, but I can get away with using the events that are available.  Actually I don&#039;t really need to do it at all, the form&#039;s working fine without those boxes updating, and if I really needed them to update I could just go with building the form at design time.  But it&#039;s going to make the form look better and I&#039;m with Mike above: &quot;It&#039;s more interesting...&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks.  I saw that in one of your earlier posts, but I can get away with using the events that are available.  Actually I don&#8217;t really need to do it at all, the form&#8217;s working fine without those boxes updating, and if I really needed them to update I could just go with building the form at design time.  But it&#8217;s going to make the form look better and I&#8217;m with Mike above: &#8220;It&#8217;s more interesting&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33119</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Wed, 25 Jun 2008 15:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33119</guid>
		<description>&lt;p&gt;You need a class indeed. Note that a class will unfortunately not offer you all events you are used to having.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You need a class indeed. Note that a class will unfortunately not offer you all events you are used to having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Primo</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33113</link>
		<dc:creator>Primo</dc:creator>
		<pubDate>Wed, 25 Jun 2008 10:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33113</guid>
		<description>&lt;p&gt;I&#039;ve been trying to do something like this, but I&#039;ve come up against a problem - I can&#039;t set events on the controls that have been created on the fly.  [I want a textbox to update when the value in another textbox is changed].  I&#039;m thinking that I might be able to use a class to do this, but am I missing something simpler and more obvious?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to do something like this, but I&#8217;ve come up against a problem &#8211; I can&#8217;t set events on the controls that have been created on the fly.  [I want a textbox to update when the value in another textbox is changed].  I&#8217;m thinking that I might be able to use a class to do this, but am I missing something simpler and more obvious?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33098</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Tue, 24 Jun 2008 17:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33098</guid>
		<description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;&quot;Also, it&#039;s more interesting to make one form smart than to make ten dumb forms!&quot;&lt;/p&gt;
&lt;p&gt;Ain&#039;t that true!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>&#8220;Also, it&#8217;s more interesting to make one form smart than to make ten dumb forms!&#8221;</p>
<p>Ain&#8217;t that true!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Woodhouse</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33094</link>
		<dc:creator>Mike Woodhouse</dc:creator>
		<pubDate>Tue, 24 Jun 2008 13:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33094</guid>
		<description>&lt;p&gt;I think that once you have more than, say, two such tables, you&#039;re well-advised to go for the single dynamic userform. (Actually, I&#039;d seriously consider it at two).&lt;/p&gt;
&lt;p&gt;Suppose you need to make some look-and-feel change, for example. &lt;/p&gt;
&lt;p&gt;It keeps the whole thing DRY (http://en.wikipedia.org/wiki/Don%27t_repeat_yourself) which is generally a Good Thing.&lt;/p&gt;
&lt;p&gt;Also, it&#039;s more interesting to make one form smart than to make ten dumb forms!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think that once you have more than, say, two such tables, you&#8217;re well-advised to go for the single dynamic userform. (Actually, I&#8217;d seriously consider it at two).</p>
<p>Suppose you need to make some look-and-feel change, for example. </p>
<p>It keeps the whole thing DRY (<a href="http://en.wikipedia.org/wiki/Don%27t_repeat_yourself" rel="nofollow">http://en.wikipedia.org/wiki/Don%27t_repeat_yourself</a>) which is generally a Good Thing.</p>
<p>Also, it&#8217;s more interesting to make one form smart than to make ten dumb forms!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aivars</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33045</link>
		<dc:creator>aivars</dc:creator>
		<pubDate>Sat, 21 Jun 2008 09:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33045</guid>
		<description>&lt;p&gt;use sqlite. Nobody will notice you are using a database. It rocks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>use sqlite. Nobody will notice you are using a database. It rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Pfluger</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33032</link>
		<dc:creator>Matthew Pfluger</dc:creator>
		<pubDate>Fri, 20 Jun 2008 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33032</guid>
		<description>&lt;p&gt;Jan Karel,&lt;/p&gt;
&lt;p&gt;I, too, have been finding very specific reasons for staying with Excel.  Particularly, the manager&#039;s fear of the unknown.  Despite the ability to collect, store, analyze, and report data within a single, multi-user application, my coworkers do not see the benefit of a database in many applications.  Frustrating at times...  But, I won&#039;t get the thread too far off its original topic.&lt;/p&gt;
&lt;p&gt;I might have used a multi-page control, but I like the flexibility of table-driven code.  If you can handle the relational data accurately, I like the strategy.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jan Karel,</p>
<p>I, too, have been finding very specific reasons for staying with Excel.  Particularly, the manager&#8217;s fear of the unknown.  Despite the ability to collect, store, analyze, and report data within a single, multi-user application, my coworkers do not see the benefit of a database in many applications.  Frustrating at times&#8230;  But, I won&#8217;t get the thread too far off its original topic.</p>
<p>I might have used a multi-page control, but I like the flexibility of table-driven code.  If you can handle the relational data accurately, I like the strategy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Schraven</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33028</link>
		<dc:creator>Hans Schraven</dc:creator>
		<pubDate>Fri, 20 Jun 2008 10:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33028</guid>
		<description>&lt;p&gt;I don&#039;t see any advantage in creating forms &#039;on the fly&#039;. Or am I missing something ?&lt;br&gt;
Felipe&#039;s suggestion makes sense to me, especially when the &#039;Style&#039;-property has been set to 2-fmtabstylenone. The pages appear to the user as different userforms although they are not.&lt;br&gt;
Depending on the sheet that has to be filled the corresponding page (tab) will be activated.&lt;br&gt;
The way the data is written into the worksheet can be controlled in accordance to the active page of the multipage control.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any advantage in creating forms &#8216;on the fly&#8217;. Or am I missing something ?<br />
Felipe&#8217;s suggestion makes sense to me, especially when the &#8216;Style&#8217;-property has been set to 2-fmtabstylenone. The pages appear to the user as different userforms although they are not.<br />
Depending on the sheet that has to be filled the corresponding page (tab) will be activated.<br />
The way the data is written into the worksheet can be controlled in accordance to the active page of the multipage control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33008</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Thu, 19 Jun 2008 18:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33008</guid>
		<description>&lt;p&gt;I agree Access is by far better for relational databases. And in fact, the backend is a database. But there are specific reasons to stick with Excel for now.&lt;br&gt;
I&#039;ve been developing a lot in Access lately.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree Access is by far better for relational databases. And in fact, the backend is a database. But there are specific reasons to stick with Excel for now.<br />
I&#8217;ve been developing a lot in Access lately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Glancy</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/06/18/on-the-fly-data-entry-form/#comment-33007</link>
		<dc:creator>Doug Glancy</dc:creator>
		<pubDate>Thu, 19 Jun 2008 16:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1852#comment-33007</guid>
		<description>&lt;p&gt;Matthew, a 2nd to your recommendation.  I&#039;m just discovering the joys of Access (just split my first database).  The Ken Getz, et. al. Desktop Developer&#039;s Handbook has been very helpful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Matthew, a 2nd to your recommendation.  I&#8217;m just discovering the joys of Access (just split my first database).  The Ken Getz, et. al. Desktop Developer&#8217;s Handbook has been very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

