C
CAM
Hello,
I have 2 text boxes in my form one call [txtdaysCount] and [txtmessage],
which I only want one of them to appear based on a result in the form
inputted by the user. For example within the form there are two additional
text boxes [opened date] and [due date] that the user inputs. I want the
[txtdaysCount] appear only when it calculates the date difference [opened
date]-[due date] when its greater then 0 else [txtmessage] will appear
instead and [txtdaysCount] will not appear. How do I get this result when
the user scroll to the next record. Thank you in advance.
I have 2 text boxes in my form one call [txtdaysCount] and [txtmessage],
which I only want one of them to appear based on a result in the form
inputted by the user. For example within the form there are two additional
text boxes [opened date] and [due date] that the user inputs. I want the
[txtdaysCount] appear only when it calculates the date difference [opened
date]-[due date] when its greater then 0 else [txtmessage] will appear
instead and [txtdaysCount] will not appear. How do I get this result when
the user scroll to the next record. Thank you in advance.