puthenveetil
Registered User.
- Local time
- Tomorrow, 02:14
- Joined
- Aug 9, 2004
- Messages
- 94
HI all,
I am trying to use this code, but it is not working. If someone can please correct this...
If Me.Text83 = Me.Recip_ID Then
'do nothing
Else
strMsg = "The Photo Selected is not Correct one. Do you want to change?"
If MsgBox(strMsg, vbQuestion + vbYesNo, "Change Photo?") = vbYes Then
getFileName
Else
DoCmd.RunCommand acCmdUndo
End If
End If
Thanks in advance
Thanks
I am trying to use this code, but it is not working. If someone can please correct this...
If Me.Text83 = Me.Recip_ID Then
'do nothing
Else
strMsg = "The Photo Selected is not Correct one. Do you want to change?"
If MsgBox(strMsg, vbQuestion + vbYesNo, "Change Photo?") = vbYes Then
getFileName
Else
DoCmd.RunCommand acCmdUndo
End If
End If
Thanks in advance
Thanks