M
Matt Winberry
Hello all,
I've got a form which links to a table, called Input, with a subform
which links to another table, UpdateTable. The subform table only contains 2
fields, one called UpdateStatus, and the other called ID. I'd like to be
able to use this subform to add comments to the StatusComments field of my
Input table. I've considered an append query, but I don't want to add a new
record to the table for each comment, just update the StatusComments field of
the record with new comments. I've also considered an update query, but I
don't want to update all of the records in a given table, just the records
that I'm trying to add comments to.
So I've got a subform, a button, two tables, and an open mind. What
kind of query should I use? Or would I be better off using the UpdateTable
table to store comments keyed on the ID, and then just modify my reports to
pull all of the comment fields for each record from that table? If I did
this, would it be possible to pull the ID field data from the parent table,
instead of forcing the user to type the ID in 2 different fields?
Thanks for putting up with the newbies.
I've got a form which links to a table, called Input, with a subform
which links to another table, UpdateTable. The subform table only contains 2
fields, one called UpdateStatus, and the other called ID. I'd like to be
able to use this subform to add comments to the StatusComments field of my
Input table. I've considered an append query, but I don't want to add a new
record to the table for each comment, just update the StatusComments field of
the record with new comments. I've also considered an update query, but I
don't want to update all of the records in a given table, just the records
that I'm trying to add comments to.
So I've got a subform, a button, two tables, and an open mind. What
kind of query should I use? Or would I be better off using the UpdateTable
table to store comments keyed on the ID, and then just modify my reports to
pull all of the comment fields for each record from that table? If I did
this, would it be possible to pull the ID field data from the parent table,
instead of forcing the user to type the ID in 2 different fields?
Thanks for putting up with the newbies.