P
Pedro
Hello everyone
I have the main form called Table Dados where i enter all data i need and
one of the field, VALUEPREP, it's suppose to do this :
If [Comis] is FALSE
then 0
ELSE
(IF [VALVEND] IS Between 0 and 30)
Then 5€
(IF [VALVEND] IS Between 31 and 50)
Then 10€
(IF [VALVEND] IS Between 51 and 90)
Then 15€
and so on ... (is it better to have a table for this numbers 30, 50, 90
etc?)
ENDIF
I don't understand much of access so please try to explain me like i'm 10
years old pls.
Any help it's very apreciated
Tks in advance
Pedro
I have the main form called Table Dados where i enter all data i need and
one of the field, VALUEPREP, it's suppose to do this :
If [Comis] is FALSE
then 0
ELSE
(IF [VALVEND] IS Between 0 and 30)
Then 5€
(IF [VALVEND] IS Between 31 and 50)
Then 10€
(IF [VALVEND] IS Between 51 and 90)
Then 15€
and so on ... (is it better to have a table for this numbers 30, 50, 90
etc?)
ENDIF
I don't understand much of access so please try to explain me like i'm 10
years old pls.
Any help it's very apreciated
Tks in advance
Pedro