Hello im trying to make a msgbox pop up if the date and time are the same as the ones on a form. What i have been trying is this
If Time() = [fmdata].[Time] And Date = [frmdata].[Date] Then
MsgBox "Send AQIM", vbYesNoCancel, "AQIM NOW"
End If
Nothing happens any help would be great thanks