I have a query expression in the control source of a text box in a report to give me training due, but I want it also to not retreive certain data in another text box? How can I do it. This is what I have in the report.
[lastname] [firstname] [records review] [rank] [date done] [date due]
In the [date due] text box control source I run =DateAdd("y",+181,[records review])
I want the report to filter out in the [rank] text box the text CIV, how can I do that?
[lastname] [firstname] [records review] [rank] [date done] [date due]
In the [date due] text box control source I run =DateAdd("y",+181,[records review])
I want the report to filter out in the [rank] text box the text CIV, how can I do that?