May 22, 2001 #1 randyil MIS May 22, 2001 1 ID Eg.: Tabel Employe has field salary,income,deduction (type numeric) and Formula (Text) Salary : 500 Income : 10 Deduction : 0 Formula : Salary-Income How to update field deduction from value of field formula with SQL syntax ?
Eg.: Tabel Employe has field salary,income,deduction (type numeric) and Formula (Text) Salary : 500 Income : 10 Deduction : 0 Formula : Salary-Income How to update field deduction from value of field formula with SQL syntax ?
May 22, 2001 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB update Employe set Deduction = Formula John Fill ivfmd@mail.md Upvote 0 Downvote