InfoPath & SQL - InfoPath Dev Sign in | Join | Help in Newbie Questions InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » Newbie Questions » InfoPath & SQL Use our Google Custom Search for best site search results. InfoPath & SQL Last post 06-10-2016 04:01 PM by Hilary Stoupa. 1 replies. Page 1 of 1 (2 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 06-05-2016 07:16 PM cab411 Joined on 05-11-2016 Nashville Posts 9 InfoPath & SQL Reply Contact I have a database connection with 2 tables. One I am querying to see if a record exist, then if the record does not exist I should add the data to table two. whenever I try to submit the data - I get an error massage which tells me it is trying to write to table one and not table two. How can I make sure it is writing to table two. the ID Field is required for Table one but the ID field is not required for table two. What can I do to make sure I am writing to table two and not table one. Thanks Carol Carol Brown Filed under: writing to SQL database 06-10-2016 04:01 PM In reply to Hilary Stoupa Joined on 06-20-2008 Posts 13,297 Re: InfoPath & SQL Mark as Not AnswerMark as Answer... Reply Contact Hi - we had a brief chat over email on this, but just to answer this question - if the form is a database bound form, you'll have to write code for this to change the connection for the Main data source prior to submit. Hilary Stoupa Page 1 of 1 (2 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
Hi - we had a brief chat over email on this, but just to answer this question - if the form is a database bound form, you'll have to write code for this to change the connection for the Main data source prior to submit.