I am on a trial version of a program called Formdocs and have created a form that calls data from various tables in an Access database using ODBC. That's fine.
I have created another table in the database that I would like to hold the results of completed forms (includes subtotaled fields, etc). In the form design there is a place to enter vba code. How might I go about writing code for a command button on the form that would take selected fields from the form, and append them to the new table I created? I would imagine this can be done, but don't know if I am asking for the moon, or if this is relatively easy.
I have created another table in the database that I would like to hold the results of completed forms (includes subtotaled fields, etc). In the form design there is a place to enter vba code. How might I go about writing code for a command button on the form that would take selected fields from the form, and append them to the new table I created? I would imagine this can be done, but don't know if I am asking for the moon, or if this is relatively easy.