Form Values to Tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with multiple textboxes, checkboxes, comboboxes, etc. I have
created this form in design view therefore it isn't bound to any one table,
but the data collected will need to be stored into multiple tables.

I have tabs that divide the different sections of my form(one for each
table), and a submit command button.

I am having problems getting the inputted values from the form's controls
into the corresponding fields in the tables. Is it a syntax issue? If so,
what is the correct syntax to use?

Thanks in advance
 
Let me be a little clearer. I can add the record valuse when I have set up
the form's record source to a corresponding table, but the form has tabs that
each have different record sources.
 
It's easier for us to see what you are actually trying to do if you post the
code you are having trouble with at the moment.

tonyT..
 

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

Back
Top