I'm trying to change the value of an unbound text box based on the value of another bound field.
I.e. if collection_date.value is not null then Textbox1.value = 0.
Textbox1's default value is 1
Is this the correct way of doing this. I need to sum the values in my subform footer to show the number of uncollected items.
Thanks in advance.
I.e. if collection_date.value is not null then Textbox1.value = 0.
Textbox1's default value is 1
Is this the correct way of doing this. I need to sum the values in my subform footer to show the number of uncollected items.
Thanks in advance.