<?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"
	>
<channel>
	<title>Comments on: VB6: Getting List of records from one field of Microsoft Access Table in ComboBox</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/vb6-getting-list-of-records-from-one-field-of-msaccess-table-in-combobox/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/vb6-getting-list-of-records-from-one-field-of-msaccess-table-in-combobox/</link>
	<description></description>
	<pubDate>Fri, 27 Nov 2009 01:03:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Subbu2k9</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vb6-getting-list-of-records-from-one-field-of-msaccess-table-in-combobox/#comment-62294</link>
		<dc:creator>Subbu2k9</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:22:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-62294</guid>
		<description>Sorry, I miss one more property,

Select RowSource Type property as Table/Query before giving SQL query to Row Source.

Hope you will understand my answer.</description>
		<content:encoded><![CDATA[<p>Sorry, I miss one more property,</p>
<p>Select RowSource Type property as Table/Query before giving SQL query to Row Source.</p>
<p>Hope you will understand my answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu2k9</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vb6-getting-list-of-records-from-one-field-of-msaccess-table-in-combobox/#comment-62292</link>
		<dc:creator>Subbu2k9</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:20:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-62292</guid>
		<description>Hi Scorpian,

You need not any ADODB object, it is very simple follow these steps.

1. Open your Access Form in Design mode
2. Select the combo box and right click and select its properties
3. You will get all properties of combo box and type the following SQL at "Row Source" Property, thats it.

select fieldname from tablename.
Example: select empname from emp;
The above query will display all employee names from emp table in combo box when you open your FORM.

Feel free to ask me any Access questions.

Subbu.</description>
		<content:encoded><![CDATA[<p>Hi Scorpian,</p>
<p>You need not any ADODB object, it is very simple follow these steps.</p>
<p>1. Open your Access Form in Design mode<br />
2. Select the combo box and right click and select its properties<br />
3. You will get all properties of combo box and type the following SQL at &#8220;Row Source&#8221; Property, thats it.</p>
<p>select fieldname from tablename.<br />
Example: select empname from emp;<br />
The above query will display all employee names from emp table in combo box when you open your FORM.</p>
<p>Feel free to ask me any Access questions.</p>
<p>Subbu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->