H
H0MELY
Thank you all for looking, I very much appreciate any suggestions. I have a
database that is has a summary table that has a collection of data about
Telephones and their service (i.e. ID, make, model, location, responsible
party, classification and comments). Basically what I need to do is run an
update query that will update the comments based upon what is in the
classification field of the summary table and the ID of a second table (it is
actually a select query if that makes a difference).
What is happening is that all of the reporting queries that have been built
and distributed get their data from the summary table...and it was decided
that the users want the comments reformatted to include an extra piece of
information...but only for the phones with matching IDs from the query (I
hope this makes sense).
The easiest thing I am hoping is to run an update query based upon a join
and the ID field in the query...but it isn't working. I am probably just
missing something but any suggestions or assistance would be much
appreciated. Thank you all for looking.
-John
database that is has a summary table that has a collection of data about
Telephones and their service (i.e. ID, make, model, location, responsible
party, classification and comments). Basically what I need to do is run an
update query that will update the comments based upon what is in the
classification field of the summary table and the ID of a second table (it is
actually a select query if that makes a difference).
What is happening is that all of the reporting queries that have been built
and distributed get their data from the summary table...and it was decided
that the users want the comments reformatted to include an extra piece of
information...but only for the phones with matching IDs from the query (I
hope this makes sense).
The easiest thing I am hoping is to run an update query based upon a join
and the ID field in the query...but it isn't working. I am probably just
missing something but any suggestions or assistance would be much
appreciated. Thank you all for looking.
-John