Is it possible to add the values from text boxes on a form into a table other than the one the form is bound to? For example: I have a text box "production id" on form "data" which is bound to the query "info". When a button is clicked I would like the user entered value in the text box "production id" to be saved as a new record in the table "labor". I hope that makes sense what I am thinking.
Add data into a table
Collapse
X
-
Respectfully, this issue indicates a serious problem with the over-all database design[*]> Database Normalization and Table Structures.Comment
-
You say "The form" Becker, but I was saying a form. Maintaining the data of two separate tables from a single form is dangerous and only for the very experienced - who would tend to avoid it anyway unless there were a very specific reason why it might make sense in a particular set of circumstances.Comment
Comment