I have an InfoPath form that users would like to be able to query data from. The only ways I've found to make this possible are to put the data in a SQL Database or into a SmartObject SmartBox. I haven't been able to successfully implement integration with a SQL database because the form is browser enabled and can't submit through the web. So, on to the SmartObject. I created the SmartObject which is made up of 5 SmartBox tables. I tried to connect the SmartObject using the SmartObject integration but it appears this is only for looking up items from the SmartBox, whereas I need to write items to the SmartBox. The tables are as follows:
Requisition (stores general data about requisition)
Items (stores line item details - can be many items per requisition)
Approvals (stores details on who has approved form - can be many approvals per requisition)
Supplier (stores supplier information - only 1 per requisition)
Evaluation (stores information on parts evaluation - only 1 per requisition)
Anyone have any ideas how I can do this?


