InfoPath solutions, articles, and tutorials for developers and Microsoft Office users
Practical step-by-step tutorials, articles, and solutions for InfoPath, InfoPath Forms Services, and related Microsoft technologies.
Popular InfoPath articles
Auto-fill fields in InfoPath from a drop-down list box selection and secondary data source
Use rules and filters on the secondary data source to retrieve information from the secondary data source and fill fields on the form with data related to the selected item in the drop-down list box.
How to submit the rows of a repeating table in InfoPath to a SharePoint list
Programmatically add items from a repeating table in InfoPath to a SharePoint list by submitting a CAML update batch to the UpdateListItems method of the Lists web service that comes with Windows SharePoint Services (WSS).
Programmatically add items to a drop-down list box in InfoPath 2007
Bind the drop-down list box to a repeating node in either the Main or a secondary data source, and then loop through rows of data in another data source to populate the data source that is bound to the drop-down list box.
5 Ways to submit an InfoPath form to a SharePoint list
Learn which workarounds are available if you want to submit the data from an InfoPath form to a SharePoint list.
How to use a SharePoint ItemAdded event handler and the object model to submit data from an InfoPath form to a SharePoint list
This article explains how you can use an ItemAdded event handler on a Form Library to extract data from an InfoPath form that was submitted to the form library and use this data to add a new item to a custom SharePoint list.
Latest InfoPath articles
Filtered cascading drop-downs in InfoPath browser forms using SharePoint lists and WSS owssvr.dll
Learn how you can use Windows SharePoint Services' (WSS) owssvr.dll and InfoPath's FileQueryConnection to write code that filters SharePoint list data displayed in dependent or cascading drop-down list boxes on an InfoPath browser form in SharePoint.
Copy a SharePoint list to an InfoPath repeating table using XSLT
Use XSLT and the XslCompiledTransform class in C# to transform the data stored within a SharePoint list (secondary data source) and copy the transformed data to a repeating table in the Main data source of an InfoPath form.
Selecting the minimum date in an InfoPath repeating table using formulas (no code)
Lean how you can use a formula (no code) in InfoPath to find and highlight the rows in a repeating table that contain the date that falls before all other dates in one of the repeating table's columns.



