D
dmills
This Is My Code Block -
If [RFA TRACKING - App Checklist]![IS THE APPLICATION COMPLETE?] = -1 _
Then [Form_RFA Tracking - Review Tool]![Check_list_Complete] = -1
If [RFA TRACKING - App Checklist]![IS THE APPLICATION COMPLETE?] = 0 _
Then [Form_RFA Tracking - Review Tool]![Check_list_Complete] = 0
End If
End If
The error it gives me when I try to use the code is
end if without block if
does anyone understand what I might be doing wrong?
Thanks
If [RFA TRACKING - App Checklist]![IS THE APPLICATION COMPLETE?] = -1 _
Then [Form_RFA Tracking - Review Tool]![Check_list_Complete] = -1
If [RFA TRACKING - App Checklist]![IS THE APPLICATION COMPLETE?] = 0 _
Then [Form_RFA Tracking - Review Tool]![Check_list_Complete] = 0
End If
End If
The error it gives me when I try to use the code is
end if without block if
does anyone understand what I might be doing wrong?
Thanks