How to make a field which has the SUM of other fields ?

Schorsch

Registered User.
Local time
Today, 15:22
Joined
Jun 20, 2002
Messages
42
Hi,

in my form I have 2 fields, minor errors and major errors, now I wanna make a field "entire errors", which consists of the sum of minor and major errors. How can I do this ?

P.S.: each error field bases on it's own table.

Thanks,
Schorsch
 
Each error field is based on it's own table? So are you just counting the total number of records in all of the fields?

I guess I don't understand the logic behind it.
 
edit: the errors are stored in one table
 
Last edited:
it doesn't work, it shows me unbound, and when I open the form nothing is in the Enire_Errors field.

What's wrong ?
 
Do In and Me contain text or numeric values? They should also be enclosed by the way
 
they contain only numbers.

what can I do ?

cu
Schorsch
 

Users who are viewing this thread

Back
Top Bottom