<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel>
	<title>ASP Free Forums</title>
	<link>http://forums.aspfree.com</link>
	<link rel="hub"  href="http://devshednet.superfeedr.com/" xmlns="http://www.w3.org/2005/Atom" />
	<link rel="self" href="http://forums.aspfree.com/external.php" xmlns="http://www.w3.org/2005/Atom" />
		<atom:link href="http://forums.aspfree.com/external.php" rel="self"/>
	<description>ASP Free is the place for programmers to get ASP related help, code, tutorials, programming, hosting, and development information.</description>
	<dc:language>en</dc:language>
	<dc:date>2012-05-16T23:34:05-04:00</dc:date>
	<item>
		<title><![CDATA[SQL Nested Query]]></title>
		<link>http://forums.aspfree.com/microsoft-access-help-18/sql-nested-query-516456.html</link>
		<description><![CDATA[Microsoft Access Help community discussion about SQL Nested Query]]></description>
		<content:encoded><![CDATA[Hi!  I'm building my report data source on the fly (OnOpen), but there's something wrong with my SQL query.  Can you please take a look and tell me what's wrong?  I get a Syntax Error on Join Operation. 

I think it must be that I didn't join the nested queries?  Any suggestions?  Thank...]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516456</guid>
		<category>Microsoft Access Help</category>
		<pubDate>Wed, 16 May 2012 23:25:06 GMT</pubDate>
		<dc:creator>KatBloom</dc:creator>
	</item>
	<item>
		<title><![CDATA[Copy table from one database to another(current) database with data and indexes]]></title>
		<link>http://forums.aspfree.com/microsoft-access-help-18/copy-table-from-one-database-to-another-current-database-with-516436.html</link>
		<description><![CDATA[Microsoft Access Help community discussion about Copy table from one database to another(current) database with data and indexes]]></description>
		<content:encoded><![CDATA[There is source database named DBsource with source table named tblA_MainBaseTable and destination database named DBDest with destination table table named tblA_MainBaseTable (same as source table)

Now I want to delete the existing tblA_MainBaseTable in the DBDest and copy the new one from...]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516436</guid>
		<category>Microsoft Access Help</category>
		<pubDate>Wed, 16 May 2012 21:46:43 GMT</pubDate>
		<dc:creator>ramindya</dc:creator>
	</item>
	<item>
		<title><![CDATA[Classic ASP: SQLSetConnectAttr failed]]></title>
		<link>http://forums.aspfree.com/microsoft-sql-server-14/classic-asp-sqlsetconnectattr-failed-516391.html</link>
		<description><![CDATA[Microsoft SQL Server community discussion about Classic ASP: SQLSetConnectAttr failed]]></description>
		<content:encoded><![CDATA[Not sure if this is the proper place for this post but let's give it a go.

I am using MySQL and classic ASP to add/edit/update records through a web page.  I have a database that was recently switched over to a Server 2008 environment.  Since the switch I am having a very strange problem.  When...]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516391</guid>
		<category>Microsoft SQL Server</category>
		<pubDate>Wed, 16 May 2012 19:45:47 GMT</pubDate>
		<dc:creator>lithgowers</dc:creator>
	</item>
	<item>
		<title><![CDATA[Access Help.  Trying to select certain records in table to delete]]></title>
		<link>http://forums.aspfree.com/microsoft-access-help-18/access-help-trying-to-select-certain-records-in-table-to-516330.html</link>
		<description><![CDATA[Microsoft Access Help community discussion about Access Help.  Trying to select certain records in table to delete]]></description>
		<content:encoded><![CDATA[I currently have a database where I am analyzing sales for a customer.  Every year I will use this database to relook at each customer.  Right now, I look at one customer at a time.  I clear and then append the data and run my queries.  My hope is that I can house all the customers data in the...]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516330</guid>
		<category>Microsoft Access Help</category>
		<pubDate>Wed, 16 May 2012 15:38:55 GMT</pubDate>
		<dc:creator>mcranda</dc:creator>
	</item>
	<item>
		<title><![CDATA[Search engine optimization specialists]]></title>
		<link>http://forums.aspfree.com/seo-services-70/search-engine-optimization-specialists-516329.html</link>
		<description><![CDATA[SEO Services community discussion about Search engine optimization specialists]]></description>
		<content:encoded><![CDATA[SEO may seem simple at the first sight but in reality it's a time taking process. It needs continuous effort and extra care in implementing all the techniques. A lay person may know the techniques of SEO but will be unable to put it in right direction. All these complexities make SEO a difficult...]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516329</guid>
		<category>SEO Services</category>
		<pubDate>Wed, 16 May 2012 15:23:58 GMT</pubDate>
		<dc:creator>stivemack</dc:creator>
	</item>
	<item>
		<title><![CDATA[Auto Suggest Formatting]]></title>
		<link>http://forums.aspfree.com/html-javascript-and-css-help-7/auto-suggest-formatting-516312.html</link>
		<description><![CDATA[HTML, JavaScript And CSS Help community discussion about Auto Suggest Formatting]]></description>
		<content:encoded><![CDATA[I am trying to create an auto suggest drop down.

I have some code that works and pulls values back from my database by ASP and gives an autosuggest when typing into a textbox. Trouble is, the values are not displayed directly under the textbox in a drop down style. They just display on the...]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516312</guid>
		<category>HTML, JavaScript And CSS Help</category>
		<pubDate>Wed, 16 May 2012 13:34:43 GMT</pubDate>
		<dc:creator>emmals</dc:creator>
	</item>
	<item>
		<title><![CDATA[Check for Valid file in query]]></title>
		<link>http://forums.aspfree.com/microsoft-access-help-18/check-for-valid-file-in-query-516311.html</link>
		<description><![CDATA[Microsoft Access Help community discussion about Check for Valid file in query]]></description>
		<content:encoded><![CDATA[Is there a way to check to see if an external file exists using a query?

Example:

The query can determine the name and path of the file, such as &quot;C:\mytestfile.jpg&quot;
That file may or may not exist, is there a way to have the query check and see if the file does exist?]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516311</guid>
		<category>Microsoft Access Help</category>
		<pubDate>Wed, 16 May 2012 13:24:09 GMT</pubDate>
		<dc:creator>meratigoerr</dc:creator>
	</item>
	<item>
		<title><![CDATA[Assistance with Access for Membership Dadabase (might be a macro question, not sure)]]></title>
		<link>http://forums.aspfree.com/microsoft-access-help-18/assistance-with-access-for-membership-dadabase-might-be-a-macro-516304.html</link>
		<description><![CDATA[Microsoft Access Help community discussion about Assistance with Access for Membership Dadabase (might be a macro question, not sure)]]></description>
		<content:encoded><![CDATA[Hey All

Note: This may be a General question, table, macro or module, I'm not sure :)

First time poster on here, been using access to develop a membership database for a community organisation that I'm part of, and hopefully you'll be able to help me with this :)

The current database that I have...]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516304</guid>
		<category>Microsoft Access Help</category>
		<pubDate>Wed, 16 May 2012 12:45:57 GMT</pubDate>
		<dc:creator>al1987</dc:creator>
	</item>
	<item>
		<title><![CDATA[Urgent require Access Help]]></title>
		<link>http://forums.aspfree.com/microsoft-access-help-18/urgent-require-access-help-516288.html</link>
		<description><![CDATA[Microsoft Access Help community discussion about Urgent require Access Help]]></description>
		<content:encoded><![CDATA[Hi


i have two issues that i need help at

1)

i have a booking system database so a customer places a order, and the order contains stock

how do i create the query so that the the stock reduces when the orders are placed]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516288</guid>
		<category>Microsoft Access Help</category>
		<pubDate>Wed, 16 May 2012 09:02:28 GMT</pubDate>
		<dc:creator>aty01</dc:creator>
	</item>
	<item>
		<title><![CDATA[Auto table update of mysql database from access database]]></title>
		<link>http://forums.aspfree.com/microsoft-access-help-18/auto-table-update-of-mysql-database-from-access-database-516259.html</link>
		<description><![CDATA[Microsoft Access Help community discussion about Auto table update of mysql database from access database]]></description>
		<content:encoded><![CDATA[Is there any way the table data in Mysql will be automatically updated from the Access database after exporting the first time?

My Access table is updated every hour. 
How can i synchronize the transfer of data between the two database?]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516259</guid>
		<category>Microsoft Access Help</category>
		<pubDate>Wed, 16 May 2012 05:36:36 GMT</pubDate>
		<dc:creator>ridwan88</dc:creator>
	</item>
	<item>
		<title><![CDATA[Child and Master fields in navigation form]]></title>
		<link>http://forums.aspfree.com/microsoft-access-help-18/child-and-master-fields-in-navigation-form-516244.html</link>
		<description><![CDATA[Microsoft Access Help community discussion about Child and Master fields in navigation form]]></description>
		<content:encoded><![CDATA[How do i link child and master fields in a navigation form (Access 2010). Maybe i should be using a tabbed form...]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516244</guid>
		<category>Microsoft Access Help</category>
		<pubDate>Wed, 16 May 2012 04:39:20 GMT</pubDate>
		<dc:creator>mysterymouse</dc:creator>
	</item>
	<item>
		<title><![CDATA[Update unique row data in table using multiple rows data?]]></title>
		<link>http://forums.aspfree.com/microsoft-sql-server-14/update-unique-row-data-in-table-using-multiple-rows-data-516144.html</link>
		<description><![CDATA[Microsoft SQL Server community discussion about Update unique row data in table using multiple rows data?]]></description>
		<content:encoded><![CDATA[With this script...  No problem...


Update tblDealership 
SET tblDealership.Address1 = tblDms.Address1, 
      tblDealership.Address2 = tblDms.Address2, 
      tblDealership.Address3 = tblDms.Address3
FROM tblDms 
INNER JOIN tblDealership ON tblDms.Id = tblDealership.Id]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516144</guid>
		<category>Microsoft SQL Server</category>
		<pubDate>Tue, 15 May 2012 21:43:20 GMT</pubDate>
		<dc:creator>fletchsod</dc:creator>
	</item>
	<item>
		<title><![CDATA[TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS]]></title>
		<link>http://forums.aspfree.com/html-javascript-and-css-help-7/true-vendor-cheap-freshly-skimmed-dumps-ccv-fullz-bank-logins-516132.html</link>
		<description><![CDATA[HTML, JavaScript And CSS Help community discussion about TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS]]></description>
		<content:encoded><![CDATA[TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS T1+T2 ORIGINAL VALID!!!!

PRICE ON DUMPS ::MINIMUM ORDER 5 OR MORE ORDER

yahoo mail: dumptydumpster
yahoo IM: dumptydumpster
icq: 649695101


Supreme Quality Track 40$ A PIECE]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516132</guid>
		<category>HTML, JavaScript And CSS Help</category>
		<pubDate>Tue, 15 May 2012 20:59:12 GMT</pubDate>
		<dc:creator>albard</dc:creator>
	</item>
	<item>
		<title><![CDATA[TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS T1+T2 ORIGINAL VALID!!]]></title>
		<link>http://forums.aspfree.com/visual-basic-programming-38/true-vendor-cheap-freshly-skimmed-dumps-ccv-fullz-bank-logins-516131.html</link>
		<description><![CDATA[Visual Basic Programming community discussion about TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS T1+T2 ORIGINAL VALID!!]]></description>
		<content:encoded><![CDATA[TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS T1+T2 ORIGINAL VALID!!!!

PRICE ON DUMPS ::MINIMUM ORDER 5 OR MORE ORDER

yahoo mail: dumptydumpster
yahoo IM: dumptydumpster
icq: 649695101


Supreme Quality Track 40$ A PIECE]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516131</guid>
		<category>Visual Basic Programming</category>
		<pubDate>Tue, 15 May 2012 20:57:47 GMT</pubDate>
		<dc:creator>albard</dc:creator>
	</item>
	<item>
		<title><![CDATA[TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS T1+T2 ORIGINAL VALID!!]]></title>
		<link>http://forums.aspfree.com/asp-development-5/true-vendor-cheap-freshly-skimmed-dumps-ccv-fullz-bank-logins-516130.html</link>
		<description><![CDATA[ASP Development community discussion about TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS T1+T2 ORIGINAL VALID!!]]></description>
		<content:encoded><![CDATA[TRUE VENDOR: Cheap Freshly Skimmed DUMPS CCV FULLZ BANK LOGINS T1+T2 ORIGINAL VALID!!!!

PRICE ON DUMPS ::MINIMUM ORDER 5 OR MORE ORDER

yahoo mail: dumptydumpster
yahoo IM: dumptydumpster
icq: 649695101


Supreme Quality Track 40$ A PIECE]]></content:encoded>
		<guid isPermaLink="true">http://forums.aspfree.com/showthread.php?t=516130</guid>
		<category>ASP Development</category>
		<pubDate>Tue, 15 May 2012 20:56:48 GMT</pubDate>
		<dc:creator>albard</dc:creator>
	</item>
</channel>
</rss>
