I am trying to use a form to enter few peices of information and store in Table1(Response Table). I have a second table (Comment Table) that I am using to store frequently used comments, to be triggered by an assigned comment code. I want the user to be able to select the comment code from a combo box on the form and then store this information in the Response table. However, the user should also be able to enter a new comment, which doesn't need to be saved in the Comment table, just the Response table. I have tried using a subform and linking the two tables by comment code, but I have the problem of storing the entered information in the Response, not the Comment table. Also, I don't want the user to corrupt the data in the Comment table when they try to enter a new comment. They shouldn't be able to permanently change this table from the form. Maybe I'm going about this all wrong -- any suggestions would be greatly appreciated.
Thanks!
Thanks!