Search results

  1. P

    Calculate a fields

    Thank you all! @Pat - yeah its works great also! @khodr - THANKS MATE! very helpful, helped me a lot!!! thank you very much!
  2. P

    Calculate a fields

    Thanks a lot guys! @plog - you are right, all the procedure done at forms and not at table (that used a DB, correct me if I'm wrong) @khodr - thanks mate! works great! I've used to use VB at .NET environment and its a great programming language, easy and simple to use...its good to know that...
  3. P

    Calculate a fields

    Hello, I'll make the question pretty clear. I have a table, at the table I'v got these fields: ID | num1 | num2 | sum I want that the user put numbers at 'num1' and 'num2' fields and then the 'sum' field will calculate automatically the operator (sum=num1+num2). I've tried to put any...
Back
Top Bottom