I don't know if I am doing this right or not, but I have set up a conditional formula for a cell on my Form, but the value generated from the Formula in the Form does not store on the table associated with the form, the information only stays in the forms. This is the formula I am using:
=IIf([Rating]="Not Adequate",DateSerial(Year([Inspection_Date]),Month([Inspection_Date])+6,Day([Inspection_Date])),IIf([Type_Inspection]="SAV","",IIf([Type_Inspection]="RAV","",DateSerial(Year([Inspection_Date]),Month([Inspection_Date])+18,Day([Inspection_Date])))))
I know it has to do with where I have the formula put (Control Source). I have tried placing the formula in other boxes (Default Value, Validation Rule) and it does not work. Am I putting this formula in the right location or am I missing something in the formula.
=IIf([Rating]="Not Adequate",DateSerial(Year([Inspection_Date]),Month([Inspection_Date])+6,Day([Inspection_Date])),IIf([Type_Inspection]="SAV","",IIf([Type_Inspection]="RAV","",DateSerial(Year([Inspection_Date]),Month([Inspection_Date])+18,Day([Inspection_Date])))))
I know it has to do with where I have the formula put (Control Source). I have tried placing the formula in other boxes (Default Value, Validation Rule) and it does not work. Am I putting this formula in the right location or am I missing something in the formula.