<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/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>Newbie Questions</title><link>https://www.infopathdev.com:443/forums/39.aspx</link><description>New to InfoPath? Search to see if your question has already been answered. If it has not, then ask it here or the appropriate topic forum.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Data Storage Blues...</title><link>https://www.infopathdev.com:443/forums/thread/28255.aspx</link><pubDate>Thu, 24 Apr 2008 22:07:27 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:28255</guid><dc:creator>Clay Fox</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/28255.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=28255</wfw:commentRss><description>&lt;p&gt;Also once you have the forms updating the data properly. &lt;/p&gt;
&lt;p&gt;All you need to do is publish the form to SharePoint. (Create the link to the template). That will be where others open the form initially. Can give them desktop shortcuts or whatever.&lt;/p&gt;
&lt;p&gt;Your Access DB would need to be in a shared location that everyone can access. (another nice thing for SQL)&lt;/p&gt;
&lt;p&gt;They would open the form. Query for the project they want, and do their thing.&lt;/p&gt;
&lt;p&gt;That way you have one form for all projects which is dynamic and complete.&lt;/p&gt;</description></item><item><title>Re: Data Storage Blues...</title><link>https://www.infopathdev.com:443/forums/thread/28254.aspx</link><pubDate>Thu, 24 Apr 2008 22:04:09 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:28254</guid><dc:creator>Clay Fox</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/28254.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=28254</wfw:commentRss><description>&lt;p&gt;Hey John.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Another option is using multiple InfoPath forms.&lt;/p&gt;
&lt;p&gt;You can have one to update projects but then have sub forms for your activities and milestones.&amp;nbsp; Sometimes this can give you some more flexibility. You can link from one form to another.&lt;/p&gt;
&lt;p&gt;The danger is modifying multiple parts at once. InfoPath checks data consistency before submit. So if you have a form open and someone else updates the backend data either through Access or another form the submit is not possible since the data is different then when the form was started.&lt;/p&gt;</description></item><item><title>Re: Data Storage Blues...</title><link>https://www.infopathdev.com:443/forums/thread/28253.aspx</link><pubDate>Thu, 24 Apr 2008 21:52:19 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:28253</guid><dc:creator>wysjp</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/28253.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=28253</wfw:commentRss><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Clay,&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Thanks for the response….&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;I am undoubtedly making this harder than it should be, and probably not explaining it well.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;We are tracking projects.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Each project can have none, one, or multiple milestones and/or activities (thus the relational tables).&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;The number of projects will remain fairly stable.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The number of milestones and activities will change more frequently&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Project Managers are to access this data and keep it updated. The data is eventually imported into MS Project to create Gantt charts.&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;This was a local application and MS Access was working just fine.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;When we used this app locally, we pulled data directly from Access and into Project.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The data must now be available across the internet via web. &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;I tried using Access with data access pages but they were difficult to work with and seem very slow (at least I thought so)&lt;font face="Times New Roman"&gt;.&amp;nbsp; &lt;/font&gt;&lt;/span&gt;About the best I can do for tools right now are SharePoint and InfoPath.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;SQL is not an option at this time (I hope for SQL Express as soon as I can get it approved).&lt;/font&gt;&lt;/p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;I guess at a minimum I need a simple interface to collect this data on SP using IP, then a process to move it into Project.&amp;nbsp; This all sounds kinda clunky, but then us newbies tend to think that way…(at least for awhile:).&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Thanks,&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;John&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Data Storage Blues...</title><link>https://www.infopathdev.com:443/forums/thread/28241.aspx</link><pubDate>Thu, 24 Apr 2008 20:12:49 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:28241</guid><dc:creator>Clay Fox</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/28241.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=28241</wfw:commentRss><description>&lt;p&gt;Welcome to the forum and the wonderful world of InfoPath.&lt;/p&gt;
&lt;p&gt;It would help to know what you are trying to accomplish. Is the data just manipulate din the DB or does the DB just source some information and the result needs to go somewhere else?&lt;/p&gt;
&lt;p&gt;I do not think you can really migrate this DB to SharePoint since SP cannot represnt relational data. it all has to be one-dimensional lists.&lt;/p&gt;
&lt;p&gt;I would look at just migrating from Acces to SQL or SQL Express.&lt;/p&gt;
&lt;p&gt;Your forms can be stateless (the xml document from the form is never saved) and you can use InfoPath similar to an Access form. The data is queried, displayed, updated, and submitted back to the database.&lt;/p&gt;
&lt;p&gt;Or you can pull data into the form from the DB but also save the form state to SharePoint and use a workflow on this data from there as others open up the form and add more data.&lt;/p&gt;
&lt;p&gt;You can combine these two but you have an issue of concurrent users and the data getting out of sync between the forms and the DB.&lt;/p&gt;
&lt;p&gt;If you would like to see a demonstration of best practices for an enterprise form solution using SQL, send me an email.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Data Storage Blues...</title><link>https://www.infopathdev.com:443/forums/thread/28239.aspx</link><pubDate>Thu, 24 Apr 2008 18:13:43 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:28239</guid><dc:creator>wysjp</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/28239.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=39&amp;PostID=28239</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;Questions from a desperate newbie.&amp;nbsp; &lt;/font&gt;&amp;nbsp;I have recently jumped into InfoPath 2003 up to the neck:-(.&amp;nbsp; I&amp;nbsp;need to turn an Access db into a SharePoint (SP)&amp;nbsp;list, then use InfoPath (IP) to access this db.&amp;nbsp; &amp;nbsp;Access has been my db software&amp;nbsp;for years and my jproblem is looking at IP with an Access data model view.&amp;nbsp; It just don&amp;#39;t work...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;font face="Times New Roman" size="3"&gt;I&amp;#39;ve been using the Intro to InfoPath2003 book along with MS&amp;#39;s InfoPath areas on MSDN and Office web sites. &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;Both very helpful if I can get beyond this Access paradigm paralysis.&lt;/font&gt;&lt;br /&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;br /&gt;This is my Access db.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tblPROJECT&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;nbsp; \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tblDATA1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tblDATA2&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;tblProject has a 1 to many relationship with both tables DATA1 and tblDATA2 (the key field in all tables is fldElement).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;I am starting with a blank IP form. &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;tblProject is the root element. &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;DATA1 and DATA2 are subgroups to tblProject.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Does this create the 1 to many relationship between the tables (I guess they are called groups now, IP tables are used in form layout)?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;How does InfoPath store the data on the SP server.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I am trying to imagine it as a &amp;quot;table&amp;quot;, but it seems more like multiple documents of one &amp;quot;record&amp;quot; or &amp;quot;row&amp;quot; each.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;How do repeating sections, groups, or tables relate to MS Acess subforms or subreports?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;It would be so nice to have the light bulb&amp;nbsp;go on, everything else would fall in place:-)&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font face="Times New Roman"&gt;So many questions, so little time.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I do appreciate all the patience the experts tend to show us in these forums.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>