Thanks!
Ok, so using the following, how do I have it check to make sure the DRAWING UPDATE REQUIRED checkbox is checked first? If the box isn't checked, the date isn't required.
If Len(INSERIMENTO.DRAWING UPDATE DATE & vbNullString) = 0 Then
MsgBox "You need to fill out Date Required"...