S
Scarlet
Hello,
I am attempting to put in place a message box that loads when conditions are
not met between two fields. If the conditions do not match I would like the
current form the user is on to refresh, upon clicking a button from a msgbox.
Thus far my code is as follows...please be patient with me as I am relatively
new at this. Thanks!!
IF cboResort <> (Ltrim([txtDeed] , 2) ' here i am saying that the 2
characters in cboResort must match the first two characters in the string
txtDeed
THEN Msgbox("Please Try Again", 'not sure of the code relevant to the
button/creating the button itself in access
Else End
End If
Thanks!!!
I am attempting to put in place a message box that loads when conditions are
not met between two fields. If the conditions do not match I would like the
current form the user is on to refresh, upon clicking a button from a msgbox.
Thus far my code is as follows...please be patient with me as I am relatively
new at this. Thanks!!
IF cboResort <> (Ltrim([txtDeed] , 2) ' here i am saying that the 2
characters in cboResort must match the first two characters in the string
txtDeed
THEN Msgbox("Please Try Again", 'not sure of the code relevant to the
button/creating the button itself in access
Else End
End If
Thanks!!!