开发者

How to Submit Data through InfoPath Form to an MS Access Database on Sharepoint 2007 (MOSS 2007)

开发者 https://www.devze.com 2022-12-22 22:32 出处:网络
开发者_如何学PythonMaybe I just haven\'t figured out the InfoPath paradigm yet, but any links, or answers would be extremely grateful.
开发者_如何学Python

Maybe I just haven't figured out the InfoPath paradigm yet, but any links, or answers would be extremely grateful.

Here is my intent: Publish an Access Database on MOSS 2007, and then have InfoPath forms submit and retrieve data from that Access database. How is this achieved?


It would be much easier to allow the Infopath form to submit to a Sharepoint document library and use the document library to expose and distribute the data.

If you truly must have content in an access database, that you store inside Sharepoint, which means you are basically storing it inside of sql serverm I would look into writing an event receiver for the document library you post the infopath forms into and let it extract the data and update the ms access database.

As far as the reference data, could you put that into lists in Sharepoint? Providing this data in Ms Sql for Infopath would be the best approach, but using Sharepoint lists will be easier to develop.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号