L
learning_codes
Hi,
I'm having a trouble trying to check the field from the subform on the main form. I'm not sure if I did the right path "IsNull([Forms].[Subform].[Completion Date]) "
Here is the sample:
If IsNull([Forms].[Subform].[Completion Date]) Then
If vMissing <> 0 Then strMess = strMess & "" Else vgoto = 1
strMess = strMess & "Missing Date" & vbCrLf
vMissing = vMissing + 1
End If
I would be happy to hear from your feedback.
Thanks
I'm having a trouble trying to check the field from the subform on the main form. I'm not sure if I did the right path "IsNull([Forms].[Subform].[Completion Date]) "
Here is the sample:
If IsNull([Forms].[Subform].[Completion Date]) Then
If vMissing <> 0 Then strMess = strMess & "" Else vgoto = 1
strMess = strMess & "Missing Date" & vbCrLf
vMissing = vMissing + 1
End If
I would be happy to hear from your feedback.
Thanks