Search results

  1. R

    Updating query

    Thanks for your help FoFa. Unfortunately though, I still receive the same error :confused:. Simplifying the query makes the query view work (it lists all the results I want to combine - but whenever I try to overwrite values with the new ones, the errors start). Is this type of query possible to...
  2. R

    Updating query

    Hi all, I have been trying to make 2 tables join (the end goal is to overwrite some data in one table, with data in another). The table layouts are as follows Table: dbo_device dev_name (prim key) dev_ip_address dev_memory Table: firmware name (prim key) fware All data types are matching, so...
Back
Top Bottom