Difficult to know how to title this request for help ...
I have a textbox with "=DateDiff("d",Now(),[ACR_Submit_Date_Time])" which works well and I can then colour this using the conditional formatting.
How / Where do I look at excluding this count if say a yes/no box has been triggered. Should I go back to the source of the form and do a query that may exclude certain items if they are not ticketed?
Just not sure where to go to do the logic and am not keen on VBA (even though I should probably learn at a stage).
So, to recap. I have a simple form - if a certain box is ticked, then this day count is valid and needs to be coloured. If the certain box is not ticked, the DateDiff calculation should be ignored completely and perhaps even say 'Not Applicable' or something similar.
Thanks in advance ...
I have a textbox with "=DateDiff("d",Now(),[ACR_Submit_Date_Time])" which works well and I can then colour this using the conditional formatting.
How / Where do I look at excluding this count if say a yes/no box has been triggered. Should I go back to the source of the form and do a query that may exclude certain items if they are not ticketed?
Just not sure where to go to do the logic and am not keen on VBA (even though I should probably learn at a stage).
So, to recap. I have a simple form - if a certain box is ticked, then this day count is valid and needs to be coloured. If the certain box is not ticked, the DateDiff calculation should be ignored completely and perhaps even say 'Not Applicable' or something similar.
Thanks in advance ...