I have a text box labeled "ALERT" based on a calculated
text box labeled "DAYS TO GO" the formula for the alert box:
=IIf([Days To Go]<31,"* *ALERT* *"," "
the formula for the days to go box:=[Cal Due Date]-Date().
Days to go is based on a text box labeled "CAL DUE DATE"
cal due date is based on a text box labeled "INTERVAL"
The formula for cal due date:=[Cal Date]+[Interval]
How everything works is: when a tool is calibrated, the new date is entered into the text box "CAL DATE".
The cal due date is automatically calculated based on the "INTERVAL".
The "ALERT" comes up in the form text box if the "DAYS TO GO" box indicates less than 31 days to go.
My problem is that the word "ALERT" is not showing up in the report or the table or the query???
I hope I gave enough information.
I can be reached at
csegal@fineair.com
text box labeled "DAYS TO GO" the formula for the alert box:
=IIf([Days To Go]<31,"* *ALERT* *"," "
the formula for the days to go box:=[Cal Due Date]-Date().
Days to go is based on a text box labeled "CAL DUE DATE"
cal due date is based on a text box labeled "INTERVAL"
The formula for cal due date:=[Cal Date]+[Interval]
How everything works is: when a tool is calibrated, the new date is entered into the text box "CAL DATE".
The cal due date is automatically calculated based on the "INTERVAL".
The "ALERT" comes up in the form text box if the "DAYS TO GO" box indicates less than 31 days to go.
My problem is that the word "ALERT" is not showing up in the report or the table or the query???
I hope I gave enough information.
I can be reached at
csegal@fineair.com