Recent content by fehmi

  1. F

    Update query help

    I have attempted this: update fatura1 from [\\kaca1\barkod\barkod\fatura1 where price>0; without succes.
  2. F

    Update query help

    HI, that append query work properly, but I need to update table "fatura1" from database in first computer "kaca1", to second computer "kaca2". first "barkod" is folder, second "barkod" is name of database, "fatura1" is table. thanks.
  3. F

    Update query help

    INSERT INTO FATURA1 SELECT * FROM [\\Kaca1\barkod\barkod].fatura1; this query need as update query
Back
Top Bottom