 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Form</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/form/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 09:10:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>about vb 6.0</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/about-vb-60/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/about-vb-60/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 14:16:31 +0000</pubDate>
		<dc:creator>Keishme</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[Input]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how can you use the inputs in form 1 to the other forms? like for an example, you made a student&#8217;s grading system and you want to see the average and remarks of the grades that you have input in that form to the other what will be the code by then?]]></description>
				<content:encoded><![CDATA[<p><b>how can you use the inputs in form 1 to the other forms?   like for an example, you made a student&#8217;s grading system and you want to see the average and remarks of the grades that you have input in that form to the other<br />
what will be the code by then?</b></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/about-vb-60/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Access 2003 IIF Function?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-2003-iif-function/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-2003-iif-function/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 14:45:24 +0000</pubDate>
		<dc:creator>Hld1110</dc:creator>
				<category><![CDATA[Access 2003]]></category>
		<category><![CDATA[Access 2003 forms]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[IIF]]></category>
		<category><![CDATA[Subform]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a form and a subform relating to vehicles. The subform has starting mileage, ending mileage and the purpose of the vehicle&#8217;s use, one of which is oil change. I would like a text box on the main form to show the next oil change mileage which should be 4500 miles from the ending [...]]]></description>
				<content:encoded><![CDATA[<p>I have a form and a subform relating to vehicles. The subform has starting mileage, ending mileage and the purpose of the vehicle&#8217;s use, one of which is oil change. I would like a text box on the main form to show the next oil change mileage which should be 4500 miles from the ending mileage of the most recent oil change. I&#8217;ve tried using an IIF calculation but it only pulls the most recent ending mileage and not just the ending mileage where the purpose equals oil change. Can someone help? Thanks.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-2003-iif-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can a command button macro run a make-table query with an auto-inputted parameter value?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-a-command-button-macro-run-a-make-table-query-with-an-auto-inputted-parameter-value/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/can-a-command-button-macro-run-a-make-table-query-with-an-auto-inputted-parameter-value/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:46:12 +0000</pubDate>
		<dc:creator>Shdrc</dc:creator>
				<category><![CDATA[append]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[make-table]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[where]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to run a make-table query with a parameter, using a command button click event on a form showing a single record. The parameter value needs to be inputted automatically using the value of a control in the current record of the same form. Can this be done with a macro event? If so, [...]]]></description>
				<content:encoded><![CDATA[<p>I want to run a make-table query with a parameter, using a command button click event on a form showing a single record.  The parameter value needs to be inputted automatically using the value of a control in the current record of the same form.  Can this be done with a macro event?  If so, what does the macro look like?  If not, how do I express the WHERE clause of the SQL statement which would run the query in a VBA sub procedure attached to the button?  </p>
<p>Details:  I&#8217;ve got a customer orders table and a customer order details table.  The customer order user input form shows records from the customer order details table as a subform, with the customer order ID as the linking field.  After the details are inputted, I want to post those details to a stock movements table, but need to do some sales unit conversions along the way.  So I&#8217;m trying to run a make-table query which, besides doing some unit and price calculations, only creates records for the current customer order, and then to run an append query which appends these cooked details from the temporary table to the stock movements table (which exists to record the ins and outs needed to create a current stock level for each inventory item).  I tried to append to the stock movements table directly from a select query which did the order details unit conversion calculations , but couldn&#8217;t get calculated query fields to match up with the destination table fields.  Thus the make-table query intermediate step, which needs a parameter so that it doesn&#8217;t recreate the entire customer order details table (potentially infinite in length) each time it runs.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/can-a-command-button-macro-run-a-make-table-query-with-an-auto-inputted-parameter-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multi instances of the form and subform</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multi-instances-of-the-form-and-subform/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/multi-instances-of-the-form-and-subform/#comments</comments>
		<pubDate>Mon, 11 May 2009 17:53:19 +0000</pubDate>
		<dc:creator>Toli</dc:creator>
				<category><![CDATA[Form]]></category>
		<category><![CDATA[Subform]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[in order to create 40 different forms for my application, i created one form with subform with possibility to open many instances of it. However, the total in the subform isnt working in instances of the form but only on the original form. How to make the total on the subform work on every instances [...]]]></description>
				<content:encoded><![CDATA[<p>in order to create 40 different forms for my application, i created one form with subform with possibility to open many instances of it. However, the total in the subform isnt working in instances of the form but only on the original form. How to make the total on the subform work on every instances of the original form? otherwise i would have to create around 40 forms. your help would be much appreciated.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/multi-instances-of-the-form-and-subform/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>linking report to form by macro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linking-report-to-form-by-macro/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/linking-report-to-form-by-macro/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 08:21:49 +0000</pubDate>
		<dc:creator>Mjward75</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[Microsoft Access]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a report that various info including name is pulled off of a form. i want to be able to click on the name in the report and have it bring up that particular record in the form. i can click on the name and it brings up the first record, but i want [...]]]></description>
				<content:encoded><![CDATA[<p>I have a report that various info including name is pulled off of a form. i want to be able to click on the name in the report and have it bring up that particular record in the form. i can click on the name and it brings up the first record, but i want it to go to the specific record that matches the name i clicked on.  any help is apreciated</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/linking-report-to-form-by-macro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access and use subform data/calculations</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-access-and-use-subform-datacalculations/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-access-and-use-subform-datacalculations/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 13:23:04 +0000</pubDate>
		<dc:creator>OBI Girl</dc:creator>
				<category><![CDATA[Access 2007]]></category>
		<category><![CDATA[Calculations]]></category>
		<category><![CDATA[Database programming]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[Microsoft Access]]></category>
		<category><![CDATA[Parameters]]></category>
		<category><![CDATA[Reports]]></category>
		<category><![CDATA[Subform]]></category>
		<category><![CDATA[Variable fields]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Access 2007 Database; Employee Info; Form:Sick Days Docking/Pay. I created a form with a subform that keeps track of Employee sick days. It transfers totals from the subform onto the main form&#8230;Then the main form does a couple calculations on those amounts&#8230;But I need to access that information in a report for each employee. Reports [...]]]></description>
				<content:encoded><![CDATA[<p>Access 2007 Database; Employee Info; Form:Sick Days Docking/Pay.  I created a form with a subform that keeps track of Employee sick days.  It transfers totals from the subform onto the main form&#8230;Then the main form does a couple calculations on those amounts&#8230;But I need to access that information in a report for each employee.  Reports can&#8217;t be made from forms.  When I try to get a query to do the calculations, it keeps asking for the parameter value of the calculated fields.  I believe the problem is in accessing info from a variable field.  I need the system to calculate for each employee and then give me a report.  Is that impossible?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-access-and-use-subform-datacalculations/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/20 queries in 0.035 seconds using memcached
Object Caching 676/749 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 11:30:49 -->