problems calculated fields

gunterhoflack

New member
Local time
Today, 08:25
Joined
Nov 25, 2012
Messages
2
I've put some calculated fields into my form.

First they were working perfectly. I closed the database , few hours later, I reopen.... nothing works anymore.
I don't understand it why.
Can some one help me
 
Without being able to look at your database it is impossible to say what is wrong with it.

Catalina
 
Without being able to look at your database it is impossible to say what is wrong with it.

Catalina

ok, already found the solution.

i used [field1]*100+[field2]*12.5 , but this didnt work, when I used extra bracket : ( [field1]*100) + ( [field2]*12.5) then the result was show correctly....

very strange, but this solved my problem.

greetz
 

Users who are viewing this thread

Back
Top Bottom