jailerg013
Technical User
Could anyone get me started on writing a sub to check if the following fields are complete.
Something like this:
I'm probably not even close, could you please help me?
Something like this:
Code:
If Me![Mydate] = Null Or Me![StartTime] = Null Or Me![EndTime] = Null Then
Me.AllowAdditions = False
Else
Me.AllowAdditions = True
End If