Hi, I am creating an infopath form that receives data from an SQL database. I need to programmatically create a number of repeating sections based on the data I get back from the DB. I cannot use CurrentView.ExecuteAction to insert because I am in the load event. Any ideas? Thanks!