How to save to diffrents table from form input

R

Ramburst

Hai Guys, I really need help for my final year project..

I just developed a form to input data to 7 diffrent
tables. How can I save the data to the table I selected
based on the combo box selection? Let say in the combo box
I select "John" then I want the data I input to the form
be saved to John table only once I click the command
button, and if I select Sam in the combo box then the data
in the form will be saved to Sam table once I click the
command button.

What I must do or any coding?

Thanks a million first.
Ram.
 
Top