<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Macros 301 &#8211; Generate Document Numbers From MS Access Database And Auto Insert Them Into New Documents</title>
	<atom:link href="http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/feed/" rel="self" type="application/rss+xml" />
	<link>http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/</link>
	<description>SolidWorks and PDMWorks Enterprise Development Blog</description>
	<lastBuildDate>Mon, 26 Apr 2010 18:11:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Derek Maher</title>
		<link>http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/comment-page-1/#comment-363</link>
		<dc:creator>Derek Maher</dc:creator>
		<pubDate>Fri, 20 Mar 2009 22:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/#comment-363</guid>
		<description>Hi Jeff,
Great work with this one. I have one question though which is - 
I have a client that has a limited prefix code for his numbering system.
Would it be possible to create multiple part templates and link them to a query to get the next number sequence for that particular prefix?
eg DBA.slddot gives me a DBA-10022
GRA.slddot gives me a GRA-10014
etc
Thanks
Derek</description>
		<content:encoded><![CDATA[<p>Hi Jeff,<br />
Great work with this one. I have one question though which is &#8211;<br />
I have a client that has a limited prefix code for his numbering system.<br />
Would it be possible to create multiple part templates and link them to a query to get the next number sequence for that particular prefix?<br />
eg DBA.slddot gives me a DBA-10022<br />
GRA.slddot gives me a GRA-10014<br />
etc<br />
Thanks<br />
Derek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/comment-page-1/#comment-309</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 22 Jul 2008 03:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/#comment-309</guid>
		<description>Thanks Rodney.  I am glad it helped you.  That is the whole reason I do this so thanks for letting me know that my efforts helped.  

Jeff</description>
		<content:encoded><![CDATA[<p>Thanks Rodney.  I am glad it helped you.  That is the whole reason I do this so thanks for letting me know that my efforts helped.  </p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney Hall</title>
		<link>http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/comment-page-1/#comment-308</link>
		<dc:creator>Rodney Hall</dc:creator>
		<pubDate>Sat, 19 Jul 2008 05:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/#comment-308</guid>
		<description>Jeff, 
I downloaded your MS Access DB PN Generator Macro. Your work saved the day! I&#039;m not a programmer, but was able to get your macro working just as you described. Your Flash video was very helpful in setting up the data source. This will allow me to focus on design not on how or what I should name my files. It also insures that every file is uniquely named, something any Solidworks user should never work without!

Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Jeff,<br />
I downloaded your MS Access DB PN Generator Macro. Your work saved the day! I&#8217;m not a programmer, but was able to get your macro working just as you described. Your Flash video was very helpful in setting up the data source. This will allow me to focus on design not on how or what I should name my files. It also insures that every file is uniquely named, something any Solidworks user should never work without!</p>
<p>Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/comment-page-1/#comment-203</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 11 Feb 2008 16:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/#comment-203</guid>
		<description>Thanks for the kind words James.  SQLServer Express is extremely easy to use, is very powerful and is free.  There are a bunch of video tutorials on the asp.net homepage to help you get started.

http://www.asp.net/learn/sql-videos/

You should also consider switching your macro to visual basic.net express (also free).  Good luck.</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words James.  SQLServer Express is extremely easy to use, is very powerful and is free.  There are a bunch of video tutorials on the asp.net homepage to help you get started.</p>
<p><a href="http://www.asp.net/learn/sql-videos/" rel="nofollow">http://www.asp.net/learn/sql-videos/</a></p>
<p>You should also consider switching your macro to visual basic.net express (also free).  Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/comment-page-1/#comment-202</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 11 Feb 2008 14:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://extensiblecad.com/words/2008/02/09/macros-301-generate-document-numbers-from-ms-access-database-and-auto-insert-them-into-new-documents/#comment-202</guid>
		<description>Great info! I&#039;ve been looking to add something similar to the custom property macro I made for my work.  Instead of adding on a new part I&#039;ll recode it to be a button press inside my current macro.

Very helpful tho.  My IT guy eventually wants to change from an MS Access database to a full up SQL server.  Any idea on the code differences on the Solidworks end for the same functionality?  I&#039;m sure my guy knows, but I&#039;m curious so I know what to expect and how to change the code when that time comes.  I&#039;m pretty noobish as it comes to code like this from scratch, but I can get by pretty well with good examples.

Thanks,
James</description>
		<content:encoded><![CDATA[<p>Great info! I&#8217;ve been looking to add something similar to the custom property macro I made for my work.  Instead of adding on a new part I&#8217;ll recode it to be a button press inside my current macro.</p>
<p>Very helpful tho.  My IT guy eventually wants to change from an MS Access database to a full up SQL server.  Any idea on the code differences on the Solidworks end for the same functionality?  I&#8217;m sure my guy knows, but I&#8217;m curious so I know what to expect and how to change the code when that time comes.  I&#8217;m pretty noobish as it comes to code like this from scratch, but I can get by pretty well with good examples.</p>
<p>Thanks,<br />
James</p>
]]></content:encoded>
	</item>
</channel>
</rss>
