G
Guest
Hi All,
Please assist, when it comes to statements i am an idiot.
I need a statement that will add values together in a textbox.
It goes like this...
If 0-33 then 0
34-49 then 10
50-69 then 15
70-100 then 20
plus
if single then 30
plus
years of service
if 0 - 5 then 10
5-10 then 15
10> then 20
As well as
If amount is
<80 000 then 30
These are all different fields in my table, i need all of them scored in one
textbox, as per above
Please assist, when it comes to statements i am an idiot.
I need a statement that will add values together in a textbox.
It goes like this...
If 0-33 then 0
34-49 then 10
50-69 then 15
70-100 then 20
plus
if single then 30
plus
years of service
if 0 - 5 then 10
5-10 then 15
10> then 20
As well as
If amount is
<80 000 then 30
80 000 < 100 000 then 20
100 000 < 121 000 then 15
121 000 then 0
These are all different fields in my table, i need all of them scored in one
textbox, as per above