<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Access and VB in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/access-and-vb/m-p/347741#M78325</link>
    <description>I know that I am missing something easy here.  How do I connect AutoCAD to&lt;BR /&gt;
Access using VB 6.0?  All I want to do is see if my part number is already&lt;BR /&gt;
in the table and if not add it to the table.</description>
    <pubDate>Thu, 03 Jan 2002 06:33:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-01-03T06:33:45Z</dc:date>
    <item>
      <title>Access and VB</title>
      <link>https://forums.autodesk.com/t5/vba-forum/access-and-vb/m-p/347741#M78325</link>
      <description>I know that I am missing something easy here.  How do I connect AutoCAD to&lt;BR /&gt;
Access using VB 6.0?  All I want to do is see if my part number is already&lt;BR /&gt;
in the table and if not add it to the table.</description>
      <pubDate>Thu, 03 Jan 2002 06:33:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/access-and-vb/m-p/347741#M78325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-03T06:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access and VB</title>
      <link>https://forums.autodesk.com/t5/vba-forum/access-and-vb/m-p/347742#M78326</link>
      <description>Have you ever accessed Access before?...&lt;BR /&gt;
&lt;BR /&gt;
The steps you would take;&lt;BR /&gt;
&lt;BR /&gt;
1) Read the Drawing Number from you drawing - Stored in a System Variable or&lt;BR /&gt;
reading the File Name&lt;BR /&gt;
&lt;BR /&gt;
2) Open a Connection to Access - I recommend using ADO&lt;BR /&gt;
&lt;BR /&gt;
3) Create a recordset based on a SQL statement that try's and finds your&lt;BR /&gt;
Drawing Number&lt;BR /&gt;
&lt;BR /&gt;
4) Check the Recordcount of the recordset - If 0 then add the drawing to the&lt;BR /&gt;
database&lt;BR /&gt;
&lt;BR /&gt;
Thats it.  If you need more specific code for each step let me know and I&lt;BR /&gt;
will post&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Veign&lt;BR /&gt;
Designing Solutions&lt;BR /&gt;
www.veign.com&lt;BR /&gt;
VB Code Samples &amp;amp; Projects&lt;BR /&gt;
www.veign.com/information/info_main.html&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Chris W" &lt;CWHITAKER&gt; wrote in message&lt;BR /&gt;
news:0736BACDE7EDF2A525A8E8C0A2B3645A@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I know that I am missing something easy here.  How do I connect AutoCAD to&lt;BR /&gt;
&amp;gt; Access using VB 6.0?  All I want to do is see if my part number is already&lt;BR /&gt;
&amp;gt; in the table and if not add it to the table.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CWHITAKER&gt;</description>
      <pubDate>Thu, 03 Jan 2002 07:05:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/access-and-vb/m-p/347742#M78326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-03T07:05:27Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/access-and-vb/m-p/347743#M78327</link>
      <description>No I haven't worked with Access before I usually use Excel.  Thanks this&lt;BR /&gt;
will give me a starting point.&lt;BR /&gt;
&lt;BR /&gt;
"Veign" &lt;NOSPAMINVEIGN&gt; wrote in message&lt;BR /&gt;
news:DBBA39EDD57BE2786C6B71BC959FAC1C@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Have you ever accessed Access before?...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The steps you would take;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 1) Read the Drawing Number from you drawing - Stored in a System Variable&lt;BR /&gt;
or&lt;BR /&gt;
&amp;gt; reading the File Name&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 2) Open a Connection to Access - I recommend using ADO&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 3) Create a recordset based on a SQL statement that try's and finds your&lt;BR /&gt;
&amp;gt; Drawing Number&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 4) Check the Recordcount of the recordset - If 0 then add the drawing to&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt; database&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thats it.  If you need more specific code for each step let me know and I&lt;BR /&gt;
&amp;gt; will post&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Veign&lt;BR /&gt;
&amp;gt; Designing Solutions&lt;BR /&gt;
&amp;gt; www.veign.com&lt;BR /&gt;
&amp;gt; VB Code Samples &amp;amp; Projects&lt;BR /&gt;
&amp;gt; www.veign.com/information/info_main.html&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Chris W" &lt;CWHITAKER&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:0736BACDE7EDF2A525A8E8C0A2B3645A@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; I know that I am missing something easy here.  How do I connect AutoCAD&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; &amp;gt; Access using VB 6.0?  All I want to do is see if my part number is&lt;BR /&gt;
already&lt;BR /&gt;
&amp;gt; &amp;gt; in the table and if not add it to the table.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CWHITAKER&gt;&lt;/NOSPAMINVEIGN&gt;</description>
      <pubDate>Thu, 03 Jan 2002 07:12:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/access-and-vb/m-p/347743#M78327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-01-03T07:12:15Z</dc:date>
    </item>
  </channel>
</rss>

