Expand my Community achievements bar.

SOLVED

Send form data to database with scripted button

Avatar

Level 9

I know how to connect the form to an Access database. However, I do not want the form to connect to the database until the user clicks a button. When the user completes the form and clicks the button, I need the form to connect to the database and save the form data as a new record. How do I script the button to do this?

Any help is appreciated.

1 Accepted Solution

Avatar

Correct answer by
Level 2

I think you will need to use a layer in between.  For instance with LC, you can make a process that takes in your data and stores it in your database.  Your form can submit to that process through SOAP and REST.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

I think you will need to use a layer in between.  For instance with LC, you can make a process that takes in your data and stores it in your database.  Your form can submit to that process through SOAP and REST.