quando vou comparar a data diz que são diferentes, porém, são iguais
Dim str As String
str = "SELECT Data_Romaneio FROM Entrega WHERE Romaneio = '" & Me.Romaneio & "' "
If str = Me.Data_Romaneio Then
MsgBox "iguais"
Else
MsgBox "Diferentes"
End If
Dim str As String
str = "SELECT Data_Romaneio FROM Entrega WHERE Romaneio = '" & Me.Romaneio & "' "
If str = Me.Data_Romaneio Then
MsgBox "iguais"
Else
MsgBox "Diferentes"
End If