Heres my problem...
I have a number field that I need to have a value based on the comparison of two other variables. Keep in mind each of these variables is a FIELD on the form.
Eg. If A > B then C (this field)= D+1
Ive tried editing the Control Source (making an expression) and putting in an IF THEN but I guess im not writing it correctly. If also tried to use an IF(logic_test,value_true,value_false) but that gives some #name error message.
Basically Im comparing dates (but since im not good with dates, per se..im using numbers which the people using the program will recognize as corresponding to months)
Can anyone help me? IM REALLY in a quandry. It'd be MUCH appreciated.
(The long explanation is:
IF [Referral Date] > [Bill Date] THEN [Application Month]=[Referral Month] +1 but IF >= [Bill Date] [Application Month]=[Referral Month]
(where all these [x] fields are just numbers. (pant) (pant) (pant)
I have a number field that I need to have a value based on the comparison of two other variables. Keep in mind each of these variables is a FIELD on the form.
Eg. If A > B then C (this field)= D+1
Ive tried editing the Control Source (making an expression) and putting in an IF THEN but I guess im not writing it correctly. If also tried to use an IF(logic_test,value_true,value_false) but that gives some #name error message.
Basically Im comparing dates (but since im not good with dates, per se..im using numbers which the people using the program will recognize as corresponding to months)
Can anyone help me? IM REALLY in a quandry. It'd be MUCH appreciated.
(The long explanation is:
IF [Referral Date] > [Bill Date] THEN [Application Month]=[Referral Month] +1 but IF >= [Bill Date] [Application Month]=[Referral Month]
(where all these [x] fields are just numbers. (pant) (pant) (pant)