Is it possible to create an update query that will only update fields if there is data in it? For example i have a temp table with several fields, i want to build one query that would look at a row in the temp table and update those that have data in them to another table. Right now my update query updates the fields with data correctly but if there is not data in one or more fields from the temp table, those fields get updated to blanks in the other table which wipes out the exiting data that i wanted to keep.
Hope this make sense,
Hope this make sense,