I'm not sure this is possible but.
We have an Access2003 database tracking sewer cleaning. The input form has an INSPECT_DATE, DEBRIS_DEPTH, CLEAN_DATE, and a calculated PERCENT_DEBRIS field (plus a few other incidentals). The form returns only records needed to be field verified. After entering the Inspection_Date and Debris_Depth, if the Percent_Debris field is > 40% the field guys must clean the structure and enter a Cleaned_Date. Here's the kicker - the form's Default View is set to "Continuous Forms" (for various other reasons).
My question -
Is it possible to code so the CLEAN_DATE field only appears if the PERCENT_DEBRIS field is > 40%? In other words, I only want the Clean_Date field to appear on those records where Percent > 40, not all records. I have this working fine if I set the form to "Single Form" but there are other situations that would really confuse the guys in the field if we do this.
Any suggestions would be greatly appreciated.
Thanks,
SKK
We have an Access2003 database tracking sewer cleaning. The input form has an INSPECT_DATE, DEBRIS_DEPTH, CLEAN_DATE, and a calculated PERCENT_DEBRIS field (plus a few other incidentals). The form returns only records needed to be field verified. After entering the Inspection_Date and Debris_Depth, if the Percent_Debris field is > 40% the field guys must clean the structure and enter a Cleaned_Date. Here's the kicker - the form's Default View is set to "Continuous Forms" (for various other reasons).
My question -
Is it possible to code so the CLEAN_DATE field only appears if the PERCENT_DEBRIS field is > 40%? In other words, I only want the Clean_Date field to appear on those records where Percent > 40, not all records. I have this working fine if I set the form to "Single Form" but there are other situations that would really confuse the guys in the field if we do this.
Any suggestions would be greatly appreciated.
Thanks,
SKK