<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" 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>Hey, Scripting Guy! How Can I Delete a Set of Records From an Access Database?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2008/01/03/how-can-i-delete-a-set-of-records-from-an-access-database.aspx</link><description>Hey, Scripting Guy! We have an Access database that we use to keep track of resources that are associated with all of our projects. Periodically I need to go into the database and delete all the records tied to a particular project. Is there any way that</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hey, Scripting Guy! How Can I Delete a Set of Records From an Access Database?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2008/01/03/how-can-i-delete-a-set-of-records-from-an-access-database.aspx#3495319</link><pubDate>Mon, 30 Apr 2012 17:13:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3495319</guid><dc:creator>cuddle</dc:creator><description>&lt;p&gt;Hey Scripting guy..Not sure my questions fits to this blog or not.&lt;/p&gt;
&lt;p&gt;I am a newbie to VBScript.I am trying to check if a user is present in a database or not.That means I am getting the senders email id from EmailID = item.SenderEmailAddress. then check this EmailId from a database which contains a list of authorised Email ids.So if this sender&amp;#39;s email id is found in that list of email id ,continue else exit.I am using MS access as the database and following code to connect it&lt;/p&gt;
&lt;p&gt;Set Cn = New ADODB.Connection&lt;/p&gt;
&lt;p&gt;Cn.ConnectionString = &amp;quot;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\cuddle\Documents\Users_Authenticity.accdb;Persist Security Info=False&amp;quot;&lt;/p&gt;
&lt;p&gt;Please help!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3495319" width="1" height="1"&gt;</description></item></channel></rss>