I'm having problems getting this to work and I do not understand why. As far as I can tell everythign is written correctly - it just doesn't seem to want to work!
In the report I am working on I list a set of work center test stations. The report itself works great and does exactly what I need it to do. Now, the work center has to comply with an inspection on the test station every week. They have chosen Thursday's to do these inspections but would like a reminder to pop up on the report so it is not forgotten.
Inside the report I put this line:
So, I should get the line "*** ADTS 7 Day Inspection Due ***" on every ADTS test station on Thursdays only. Instead I get that line every day. It does only appear against the "ADTS" stations and none of the others - so that part is working. But with the ' DATE(),"ddd"="Thu" ' shouldn't it only work on a Thursday?
Any help you can give would be greatly appriciated!
Thx
In the report I am working on I list a set of work center test stations. The report itself works great and does exactly what I need it to do. Now, the work center has to comply with an inspection on the test station every week. They have chosen Thursday's to do these inspections but would like a reminder to pop up on the report so it is not forgotten.
Inside the report I put this line:
Code:
=IIf((Date(),"ddd")="Thu" And [Station Type]="ADTS","*** ADTS 7 Day Inspections Due ***","")
Any help you can give would be greatly appriciated!
Thx