access and infopath

S

steve

I have a Infopath form that, using managed code, saves the data to a
sharepoint library. i also have an Access db as a secondary data
source. the db consists of one table with one record with one field.
i created a data connection that gets that record and displays the
field on the form.

next, i want to subtract an amount from the field, and save the record
back to the Access db.

I never done this before. i've been reading about it, and it seems
that i'm going to need to write code using, ADO i guess, to update the
table. seems kind of painful. before submit to this pain, is this
really the way to go? (for other reasons i can't use web services, sql
server, etc)

thanks

steve
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

Yes, You need to write the code to submit the form to the DB, if it is not
the main data connection
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top